Uses of Interface
org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
-
-
Uses of WeavedAttributeValueHolderInterface in org.eclipse.persistence.indirection
Classes in org.eclipse.persistence.indirection that implement WeavedAttributeValueHolderInterface Modifier and Type Class Description classValueHolder<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 WeavedAttributeValueHolderInterface Modifier and Type Field Description static Class<WeavedAttributeValueHolderInterface>ClassConstants. WeavedAttributeValueHolderInterface_Class -
Uses of WeavedAttributeValueHolderInterface in org.eclipse.persistence.internal.indirection
Classes in org.eclipse.persistence.internal.indirection that implement WeavedAttributeValueHolderInterface 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.classDatabaseValueHolder<T>DatabaseValueHolder wraps a database-stored object and implements behavior to access it.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. -
Uses of WeavedAttributeValueHolderInterface in org.eclipse.persistence.internal.sessions.remote
Classes in org.eclipse.persistence.internal.sessions.remote that implement WeavedAttributeValueHolderInterface Modifier and Type Class Description classRemoteValueHolder<T>Remote value holders can be invoked locally and remotely.
-