| BackupValueHolder |
Used as the backup value holder in the unit of work for transparent indirection.
|
| BasicIndirectionPolicy |
Purpose
|
| BatchValueHolder |
BatchValueHolder is used by the mappings that use indirection when using query optimization (batch reading).
|
| CacheBasedValueHolder |
Purpose: In certain cases the contents of a relationship may be
retrievable from a cache.
|
| ContainerIndirectionPolicy |
Purpose: Provide ability for developers to wrap ValueHolders (Basic Indirection)
|
| DatabaseValueHolder |
DatabaseValueHolder wraps a database-stored object and implements
behavior to access it.
|
| EISOneToManyQueryBasedValueHolder |
Value holder used to defer an EIS 1-m mapping query.
|
| IndirectionPolicy |
Purpose
|
| NoIndirectionPolicy |
Purpose
|
| ProtectedValueHolder |
Purpose: provides a value holder type that can be used in Protected instances of Entities.
|
| ProxyIndirectionHandler |
ProxyIndirectionHandler
|
| ProxyIndirectionPolicy |
ProxyIndirectionPolicy
|
| QueryBasedValueHolder |
QueryBasedValueHolder wraps a database-stored object and implements behavior
to access it.
|
| TransformerBasedValueHolder |
|
| TransparentIndirectionPolicy |
Purpose
|
| UnitOfWorkQueryValueHolder |
UnitOfWorkQueryValueHolder wraps a database-stored object and
implements behavior to access it.
|
| UnitOfWorkTransformerValueHolder |
UnitOfWorkTransformerValueHolder wraps a database-stored object and
implements behavior to access it.
|
| UnitOfWorkValueHolder |
A UnitOfWorkValueHolder is put in a clone object.
|
| WeavedObjectBasicIndirectionPolicy |
A WeavedObjectBasicIndirectionPolicy is used by OneToOne mappings that are LAZY through weaving
and which use Property(method) access.
|