| Package | Description | 
|---|---|
| org.apache.openjpa.jdbc.meta.strats | OpenJPA-JDBC ORM Strategies
    Library of mapping strategies. | 
| org.apache.openjpa.util | OpenJPA Utilities
    This package provides utilities to facilitate the handling of second
    class objects and OpenJPA object ids. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LRSProxyCollectionLarge result set collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract Proxy | StoreCollectionFieldStrategy. newLRSProxy()Return a large result set proxy for this field. | 
| protected Proxy | RelationMapTableFieldStrategy. newLRSProxy() | 
| protected Proxy | RelationMapInverseKeyFieldStrategy. newLRSProxy() | 
| protected Proxy | RelationCollectionTableFieldStrategy. newLRSProxy() | 
| protected Proxy | RelationCollectionInverseKeyFieldStrategy. newLRSProxy() | 
| protected Proxy | HandlerCollectionTableFieldStrategy. newLRSProxy() | 
| Modifier and Type | Interface and Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| 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  | AbstractLRSProxyMap<K,V>A 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  | DelayedArrayListProxyArrayList proxy with delay loading capability. | 
| class  | DelayedHashSetProxyHashSet proxy with delay loading capability. | 
| class  | DelayedLinkedHashSetProxyLinkedHashSet proxy with delay loading capability. | 
| class  | DelayedLinkedListProxyLinkedList proxy with delay loading capability. | 
| class  | DelayedPriorityQueueProxyPriorityQueue proxy with delay loading capability. | 
| class  | DelayedTreeSetProxyTreeSet proxy with delay loading capability. | 
| class  | DelayedVectorProxyVector proxy with delay loading capability. | 
| Modifier and Type | Method and Description | 
|---|---|
| Proxy | ProxyManagerImpl. newCalendarProxy(Class type,
                TimeZone zone) | 
| Proxy | ProxyManager. newCalendarProxy(Class type,
                TimeZone timeZone)Return a new calendar proxy. | 
| Proxy | ProxyManagerImpl. newCollectionProxy(Class type,
                  Class elementType,
                  Comparator compare,
                  boolean autoOff) | 
| Proxy | ProxyManager. newCollectionProxy(Class type,
                  Class elementType,
                  Comparator compare,
                  boolean autoOff)Return a proxy for the given collection type. | 
| Proxy | ProxyManagerImpl. newCustomProxy(Object orig,
              boolean autoOff) | 
| Proxy | ProxyManager. newCustomProxy(Object obj,
              boolean autoOff)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 elementType,
           Comparator compare,
           boolean autoOff) | 
| Proxy | ProxyManager. newMapProxy(Class type,
           Class keyType,
           Class valueType,
           Comparator compare,
           boolean autoOff)Return a proxy for the given map type. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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,
       Object removed,
       boolean key)Used by proxy types to notify collection owner on element removal. | 
| static Object | Proxies. writeReplace(Proxy proxy,
            boolean detachable)Used by proxy types to serialize non-proxy versions. | 
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.