Uses of Class
org.eclipse.persistence.internal.indirection.DatabaseValueHolder
-
-
Uses of DatabaseValueHolder in org.eclipse.persistence.internal.indirection
Subclasses of DatabaseValueHolder in org.eclipse.persistence.internal.indirection Modifier and Type Class Description classBackupValueHolder<T>Used as the backup value holder in the unit of work for transparent indirection.classBatchValueHolder<T>BatchValueHolder is used by the mappings that use indirection when using query optimization (batch reading).classCacheBasedValueHolder<T>Purpose: In certain cases the contents of a relationship may be retrievable from a cache.classEISOneToManyQueryBasedValueHolder<T>Value holder used to defer an EIS 1-m mapping query.classProtectedValueHolder<T>Purpose: provides a value holder type that can be used in Protected instances of Entities.classQueryBasedValueHolder<T>QueryBasedValueHolder wraps a database-stored object and implements behavior to access it.classTransformerBasedValueHolder<T>classUnitOfWorkQueryValueHolder<T>UnitOfWorkQueryValueHolder wraps a database-stored object and implements behavior to access it.classUnitOfWorkTransformerValueHolder<T>UnitOfWorkTransformerValueHolder wraps a database-stored object and implements behavior to access it.classUnitOfWorkValueHolder<T>A UnitOfWorkValueHolder is put in a clone object.Methods in org.eclipse.persistence.internal.indirection with parameters of type DatabaseValueHolder Modifier and Type Method Description protected voidUnitOfWorkValueHolder. setWrappedValueHolder(DatabaseValueHolder<T> valueHolder) -
Uses of DatabaseValueHolder in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions that return DatabaseValueHolder Modifier and Type Method Description <T> DatabaseValueHolder<T>AbstractSession. createCloneQueryValueHolder(ValueHolderInterface<T> attributeValue, Object clone, AbstractRecord row, ForeignReferenceMapping mapping)<T> DatabaseValueHolder<T>UnitOfWorkImpl. createCloneQueryValueHolder(ValueHolderInterface<T> attributeValue, Object clone, AbstractRecord row, ForeignReferenceMapping mapping)<T> DatabaseValueHolder<T>AbstractSession. createCloneTransformationValueHolder(ValueHolderInterface<T> attributeValue, Object original, Object clone, AbstractTransformationMapping mapping)<T> DatabaseValueHolder<T>UnitOfWorkImpl. createCloneTransformationValueHolder(ValueHolderInterface<T> attributeValue, Object original, Object clone, AbstractTransformationMapping mapping) -
Uses of DatabaseValueHolder in org.eclipse.persistence.internal.sessions.remote
Subclasses of DatabaseValueHolder in org.eclipse.persistence.internal.sessions.remote Modifier and Type Class Description classRemoteValueHolder<T>Remote value holders can be invoked locally and remotely. -
Uses of DatabaseValueHolder in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings that return DatabaseValueHolder Modifier and Type Method Description <T> DatabaseValueHolder<T>DatabaseMapping. createCloneValueHolder(ValueHolderInterface<T> attributeValue, Object original, Object clone, AbstractRecord row, AbstractSession cloningSession, boolean buildDirectlyFromRow)INTERNAL: Builder the unit of work value holder.<T> DatabaseValueHolder<T>ForeignReferenceMapping. createCloneValueHolder(ValueHolderInterface<T> attributeValue, Object original, Object clone, AbstractRecord row, AbstractSession cloningSession, boolean buildDirectlyFromRow)INTERNAL: Builder the unit of work value holder.<T> DatabaseValueHolder<T>ObjectReferenceMapping. createCloneValueHolder(ValueHolderInterface<T> attributeValue, Object original, Object clone, AbstractRecord row, AbstractSession cloningSession, boolean buildDirectlyFromRow)INTERNAL: Builder the unit of work value holder. -
Uses of DatabaseValueHolder in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation that return DatabaseValueHolder Modifier and Type Method Description <T> DatabaseValueHolder<T>AbstractTransformationMapping. createCloneValueHolder(ValueHolderInterface<T> attributeValue, Object original, Object clone, AbstractRecord row, AbstractSession cloningSession, boolean buildDirectlyFromRow)INTERNAL: Builder the unit of work value holder.
-