Uses of Interface
org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker

Packages that use CollectionChangeTracker
Package
Description
 
  • Uses of CollectionChangeTracker in org.eclipse.persistence.indirection

    Modifier and Type
    Class
    Description
    class 
    IndirectList allows a domain class to take advantage of TopLink indirection without having to declare its instance variable as a ValueHolderInterface.
    class 
    IndirectMap allows a domain class to take advantage of TopLink indirection without having to declare its instance variable as a ValueHolderInterface.
    class 
    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.