Uses of Interface
org.eclipse.persistence.descriptors.changetracking.ChangeTracker
-
-
Uses of ChangeTracker in org.eclipse.persistence.descriptors.changetracking
Subinterfaces of ChangeTracker in org.eclipse.persistence.descriptors.changetracking Modifier and Type Interface Description interfaceCollectionChangeTrackerPurpose: Define an interface for any collection that wishes to use attribute change track. -
Uses of ChangeTracker in org.eclipse.persistence.indirection
Classes in org.eclipse.persistence.indirection that implement ChangeTracker Modifier and Type Class Description classIndirectList<E>IndirectList allows a domain class to take advantage of TopLink indirection without having to declare its instance variable as a ValueHolderInterface.classIndirectMap<K,V>IndirectMap allows a domain class to take advantage of TopLink indirection without having to declare its instance variable as a ValueHolderInterface.classIndirectSet<E>IndirectSet is an example implementation of the Set protocol that allows a domain class to take advantage of TopLink Indirection without having to declare its instance variable as a ValueHolderInterface. -
Uses of ChangeTracker in org.eclipse.persistence.internal.dynamic
Classes in org.eclipse.persistence.internal.dynamic that implement ChangeTracker Modifier and Type Class Description classDynamicEntityImplThis abstract class is used to represent an entity which typically is not realized in Java code. -
Uses of ChangeTracker in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type ChangeTracker Modifier and Type Field Description static Class<ChangeTracker>ClassConstants. ChangeTracker_Class
-