Uses of Interface
org.apache.openjpa.util.ChangeTracker
Packages that use ChangeTracker
Package
Description
OpenJPA-JDBC ORM Strategies
OpenJPA Utilities
-
Uses of ChangeTracker in org.apache.openjpa.jdbc.meta.strats
Classes in org.apache.openjpa.jdbc.meta.strats that implement ChangeTracker -
Uses of ChangeTracker in org.apache.openjpa.util
Subinterfaces of ChangeTracker in org.apache.openjpa.utilModifier and TypeInterfaceDescriptioninterfaceChange tracker that can be used for collections.interfaceChange tracker that can be used for maps.Classes in org.apache.openjpa.util that implement ChangeTrackerModifier and TypeClassDescriptionclassBase class that provides utilities to change trackers.classA collection proxy designed for collections backed by extremely large result sets in which each call toAbstractLRSProxyCollection.iterator()may perform a database query.classAbstractLRSProxyMap<K,V> A map proxy designed for maps backed by extremely large result sets in which each call toAbstractLRSProxyMap.get(java.lang.Object)orAbstractLRSProxyMap.containsKey(java.lang.Object)may perform a database query.classDefaultCollectionChangeTracker.classA collection change tracker used by delay loaded collections.classDefaultMapChangeTracker.Methods in org.apache.openjpa.util that return ChangeTrackerModifier and TypeMethodDescriptionAbstractLRSProxyCollection.getChangeTracker()AbstractLRSProxyMap.getChangeTracker()Proxy.getChangeTracker()Return the change tracker for this proxy, or null if none. -
Uses of ChangeTracker in org.apache.openjpa.util.proxy
Methods in org.apache.openjpa.util.proxy that return ChangeTrackerModifier and TypeMethodDescriptionDelayedArrayListProxy.getChangeTracker()DelayedHashSetProxy.getChangeTracker()DelayedLinkedHashSetProxy.getChangeTracker()DelayedLinkedListProxy.getChangeTracker()DelayedPriorityQueueProxy.getChangeTracker()DelayedTreeSetProxy.getChangeTracker()DelayedVectorProxy.getChangeTracker()