Uses of Interface
org.eclipse.persistence.descriptors.changetracking.ChangeTracker
Packages that use ChangeTracker
Package
Description
-
Uses of ChangeTracker in org.eclipse.persistence.descriptors.changetracking
Subinterfaces of ChangeTracker in org.eclipse.persistence.descriptors.changetrackingModifier and TypeInterfaceDescriptioninterfacePurpose: 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 ChangeTrackerModifier 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. -
Uses of ChangeTracker in org.eclipse.persistence.internal.dynamic
Classes in org.eclipse.persistence.internal.dynamic that implement ChangeTrackerModifier and TypeClassDescriptionclassThis 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 ChangeTrackerModifier and TypeFieldDescriptionstatic final Class<ChangeTracker> ClassConstants.ChangeTracker_Class -
Uses of ChangeTracker in org.eclipse.persistence.internal.xr
Classes in org.eclipse.persistence.internal.xr that implement ChangeTrackerModifier and TypeClassDescriptionclassINTERNAL: XRDynamicEntity is used for models where Java classes do not exist.class