Uses of Interface
org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
Packages that use WeavedAttributeValueHolderInterface
Package
Description
-
Uses of WeavedAttributeValueHolderInterface in org.eclipse.persistence.indirection
Classes in org.eclipse.persistence.indirection that implement WeavedAttributeValueHolderInterfaceModifier and TypeClassDescriptionclass
ValueHolder<T>
Purpose: Act as a place holder for a variable that required a value holder interface. -
Uses of WeavedAttributeValueHolderInterface in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type WeavedAttributeValueHolderInterfaceModifier and TypeFieldDescriptionstatic final Class
<WeavedAttributeValueHolderInterface> ClassConstants.WeavedAttributeValueHolderInterface_Class
-
Uses of WeavedAttributeValueHolderInterface in org.eclipse.persistence.internal.indirection
Classes in org.eclipse.persistence.internal.indirection that implement WeavedAttributeValueHolderInterfaceModifier and TypeClassDescriptionclass
Used as the backup value holder in the unit of work for transparent indirection.class
BatchValueHolder is used by the mappings that use indirection when using query optimization (batch reading).class
Purpose: In certain cases the contents of a relationship may be retrievable from a cache.class
DatabaseValueHolder wraps a database-stored object and implements behavior to access it.class
Value holder used to defer an EIS 1-m mapping query.class
Purpose: provides a value holder type that can be used in Protected instances of Entities.class
QueryBasedValueHolder wraps a database-stored object and implements behavior to access it.class
class
UnitOfWorkQueryValueHolder wraps a database-stored object and implements behavior to access it.class
UnitOfWorkTransformerValueHolder wraps a database-stored object and implements behavior to access it.class
A UnitOfWorkValueHolder is put in a clone object. -
Uses of WeavedAttributeValueHolderInterface in org.eclipse.persistence.internal.sessions.remote
Classes in org.eclipse.persistence.internal.sessions.remote that implement WeavedAttributeValueHolderInterfaceModifier and TypeClassDescriptionclass
Remote value holders can be invoked locally and remotely.