Uses of Interface
org.eclipse.persistence.indirection.IndirectCollection

Packages that use IndirectCollection
Package
Description
 
  • Uses of IndirectCollection 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.