Uses of Interface
org.eclipse.persistence.indirection.IndirectContainer
-
-
Uses of IndirectContainer in org.eclipse.persistence.indirection
Subinterfaces of IndirectContainer in org.eclipse.persistence.indirection Modifier and Type Interface Description interfaceIndirectCollection<E,C>Purpose:Classes in org.eclipse.persistence.indirection that implement IndirectContainer 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. -
Uses of IndirectContainer in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type IndirectContainer Modifier and Type Method Description protected voidDescriptorIterator. internalIterateIndirectContainer(IndirectContainer container)Iterate an indirect container (IndirectList or IndirectMap).voidDescriptorIterator. iterateIndirectContainerForMapping(IndirectContainer container, DatabaseMapping mapping)Iterate on the indirection object for its mapping. -
Uses of IndirectContainer in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type IndirectContainer Modifier and Type Field Description static Class<IndirectContainer>ClassConstants. IndirectContainer_Class -
Uses of IndirectContainer in org.eclipse.persistence.internal.indirection
Methods in org.eclipse.persistence.internal.indirection that return IndirectContainer Modifier and Type Method Description protected IndirectContainerContainerIndirectionPolicy. buildContainer(ValueHolderInterface<?> valueHolder)Build a container with the initialized constructor.protected IndirectContainerTransparentIndirectionPolicy. buildIndirectContainer()Construct and return an instance of the specified indirect container class.Methods in org.eclipse.persistence.internal.indirection with parameters of type IndirectContainer Modifier and Type Method Description protected ObjectTransparentIndirectionPolicy. buildBackupClone(IndirectContainer container)INTERNAL: Return a backup clone of a clone container that has not been read from the database yet. -
Uses of IndirectContainer in org.eclipse.persistence.internal.sessions.remote
Methods in org.eclipse.persistence.internal.sessions.remote with parameters of type IndirectContainer Modifier and Type Method Description protected voidReplaceValueHoldersIterator. internalIterateIndirectContainer(IndirectContainer container)Iterate an indirect container.
-