| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Proxy | |
|---|---|
| org.apache.openjpa.util | OpenJPA Utilities | 
| Uses of Proxy in org.apache.openjpa.util | 
|---|
| Subinterfaces of Proxy in org.apache.openjpa.util | |
|---|---|
|  interface | LRSProxyMarker interface for large result set proxies. | 
|  interface | ProxyBeanInterface implemented by all generated custom types, which use JavaBean conventions for copying state. | 
|  interface | ProxyCalendarInterface implemented by all generated proxies on Calendartypes. | 
|  interface | ProxyCollectionInterface implemented by all proxy collection types. | 
|  interface | ProxyDateInterface implemented by all generated proxies on Datetypes. | 
|  interface | ProxyMapInterface implemented by proxies on Maptypes. | 
| Classes in org.apache.openjpa.util that implement Proxy | |
|---|---|
|  class | AbstractLRSProxyCollectionA collection proxy designed for collections backed by extremely large result sets in which each call to AbstractLRSProxyCollection.iterator()may perform a database
 query. | 
|  class | AbstractLRSProxyMapA map proxy designed for maps backed by extremely large result sets in which each call to AbstractLRSProxyMap.get(java.lang.Object)orAbstractLRSProxyMap.containsKey(java.lang.Object)may perform a
 database query. | 
| Methods in org.apache.openjpa.util that return Proxy | |
|---|---|
|  Proxy | ProxyManager.newCalendarProxy(java.lang.Class type,
                 java.util.TimeZone timeZone)Return a new calendar proxy. | 
|  Proxy | ProxyManagerImpl.newCalendarProxy(java.lang.Class type,
                 java.util.TimeZone zone) | 
|  Proxy | ProxyManager.newCollectionProxy(java.lang.Class type,
                   java.lang.Class elementType,
                   java.util.Comparator compare)Return a proxy for the given collection type. | 
|  Proxy | ProxyManagerImpl.newCollectionProxy(java.lang.Class type,
                   java.lang.Class elementType,
                   java.util.Comparator compare) | 
|  Proxy | ProxyManager.newCustomProxy(java.lang.Object obj)Return a proxy for the given object, or null if this manager cannot proxy the object. | 
|  Proxy | ProxyManagerImpl.newCustomProxy(java.lang.Object orig) | 
|  Proxy | ProxyManager.newDateProxy(java.lang.Class type)Return a new date proxy. | 
|  Proxy | ProxyManagerImpl.newDateProxy(java.lang.Class type) | 
|  Proxy | ProxyManager.newMapProxy(java.lang.Class type,
            java.lang.Class keyType,
            java.lang.Class valueType,
            java.util.Comparator compare)Return a proxy for the given map type. | 
|  Proxy | ProxyManagerImpl.newMapProxy(java.lang.Class type,
            java.lang.Class keyType,
            java.lang.Class elementType,
            java.util.Comparator compare) | 
| Methods in org.apache.openjpa.util with parameters of type Proxy | |
|---|---|
| static void | Proxies.dirty(Proxy proxy,
      boolean stopTracking)Used by proxy types to dirty their owner. | 
| static boolean | Proxies.isOwner(Proxy proxy,
        OpenJPAStateManager sm,
        int field)Used by proxy types to check if the given owners and field names are equivalent. | 
| static void | Proxies.removed(Proxy proxy,
        java.lang.Object removed,
        boolean key)Used by proxy types to notify collection owner on element removal. | 
| static java.lang.Object | Proxies.writeReplace(Proxy proxy,
             boolean detachable)Used by proxy types to serialize non-proxy versions. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||