Uses of Interface
org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker
Packages that use CollectionChangeTracker
-
Uses of CollectionChangeTracker in org.eclipse.persistence.indirection
Classes in org.eclipse.persistence.indirection that implement CollectionChangeTrackerModifier and TypeClassDescriptionclassIndirectList<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.