| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Proxy | |
|---|---|
| org.apache.openjpa.jdbc.meta.strats | OpenJPA-JDBC ORM Strategies | 
| org.apache.openjpa.util | OpenJPA Utilities | 
| Uses of Proxy in org.apache.openjpa.jdbc.meta.strats | 
|---|
| Classes in org.apache.openjpa.jdbc.meta.strats that implement Proxy | |
|---|---|
|  class | LRSProxyCollectionLarge result set collection. | 
| Methods in org.apache.openjpa.jdbc.meta.strats that return Proxy | |
|---|---|
| protected abstract  Proxy | StoreCollectionFieldStrategy.newLRSProxy(OpenJPAConfiguration conf)Return a large result set proxy for this field. | 
| protected  Proxy | RelationMapTableFieldStrategy.newLRSProxy(OpenJPAConfiguration conf) | 
| protected  Proxy | RelationMapInverseKeyFieldStrategy.newLRSProxy(OpenJPAConfiguration conf) | 
| protected  Proxy | RelationCollectionTableFieldStrategy.newLRSProxy(OpenJPAConfiguration conf) | 
| protected  Proxy | RelationCollectionInverseKeyFieldStrategy.newLRSProxy(OpenJPAConfiguration conf) | 
| 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 | ProxyCalendarInterface implemented by all built-in proxies on Calendartypes. | 
|  interface | ProxyCollectionInterface implemented by all built-in proxies on Collectiontypes. | 
|  interface | ProxyDateInterface implemented by all built-in proxies on Datetypes. | 
|  interface | ProxyMapInterface implemented by all built-in 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. | 
|  class | ProxyArrayListExtension of the ArrayListtype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyGregorianCalendarExtension of the Calendartype that calls thedirtymethod on its owning persistence capable instance on modification. | 
|  class | ProxyHashMapExtension of the HashMaptype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyHashSetExtension of the HashSettype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyHashtableExtension of the Hashtabletype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyLinkedListExtension of the LinkedListtype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyPropertiesExtension of the Propertiestype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxySQLDateExtension of the Datetype that calls thedirtymethod on its owning persistence capable instance on modification. | 
|  class | ProxyTimeExtension of the Timetype that calls thedirtymethod on its owning persistence capable instance on modification. | 
|  class | ProxyTimestampExtension of the Timestamptype that calls thedirtymethod on its owning persistence capable instance on modification. | 
|  class | ProxyTreeMapExtension of the TreeMaptype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyTreeSetExtension of the TreeSettype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyUtilDateExtension of the Datetype that calls thedirtymethod on its owning persistence capable instance on modification. | 
|  class | ProxyVectorExtension of the Vectortype that dirties the
 persistent/transactional field it is assigned to on modification. | 
| Methods in org.apache.openjpa.util that return Proxy | |
|---|---|
|  Proxy | ProxyManagerImpl.newCalendarProxy(Class type,
                 TimeZone timeZone) | 
|  Proxy | ProxyManager.newCalendarProxy(Class type,
                 TimeZone timeZone)Return a new calendar proxy. | 
|  Proxy | ProxyManagerImpl.newCollectionProxy(Class type,
                   Class elementType,
                   Comparator compare) | 
|  Proxy | ProxyManager.newCollectionProxy(Class type,
                   Class elementType,
                   Comparator compare)Return a proxy for the given collection type. | 
|  Proxy | ProxyManagerImpl.newCustomProxy(Object obj) | 
|  Proxy | ProxyManager.newCustomProxy(Object obj)Return a proxy for the given object, or null if this manager cannot proxy the object. | 
|  Proxy | ProxyManagerImpl.newDateProxy(Class type) | 
|  Proxy | ProxyManager.newDateProxy(Class type)Return a new date proxy. | 
|  Proxy | ProxyManagerImpl.newMapProxy(Class type,
            Class keyType,
            Class valueType,
            Comparator compare) | 
|  Proxy | ProxyManager.newMapProxy(Class type,
            Class keyType,
            Class valueType,
            Comparator compare)Return a proxy for the given map type. | 
| Methods in org.apache.openjpa.util with parameters of type Proxy | |
|---|---|
| static void | Proxies.dirty(Proxy proxy)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,
        Object removed,
        boolean key)Used by proxy types to notify their owner that an element has been removed. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||