Uses of Interface
org.eclipse.persistence.indirection.IndirectCollection
-
Packages that use IndirectCollection Package Description org.eclipse.persistence.indirection -
-
Uses of IndirectCollection in org.eclipse.persistence.indirection
Classes in org.eclipse.persistence.indirection that implement IndirectCollection 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.
-