Package | Description |
---|---|
oracle.toplink.essentials.internal.indirection | |
oracle.toplink.essentials.mappings |
Modifier and Type | Class and Description |
---|---|
class |
UnitOfWorkQueryValueHolder
UnitOfWorkQueryValueHolder wraps a database-stored object and
implements behavior to access it.
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
DatabaseValueHolder.instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder unitOfWorkValueHolder)
Triggers UnitOfWork valueholders directly without triggering the wrapped
valueholder (this).
|
Object |
UnitOfWorkValueHolder.instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder unitOfWorkValueHolder)
Triggers UnitOfWork valueholders directly without triggering the wrapped
valueholder (this).
|
Object |
QueryBasedValueHolder.instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder unitOfWorkValueHolder)
Triggers UnitOfWork valueholders directly without triggering the wrapped
valueholder (this).
|
Modifier and Type | Method and Description |
---|---|
UnitOfWorkValueHolder |
ForeignReferenceMapping.createUnitOfWorkValueHolder(ValueHolderInterface attributeValue,
Object original,
Object clone,
AbstractRecord row,
UnitOfWorkImpl unitOfWork,
boolean buildDirectlyFromRow)
INTERNAL:
Builder the unit of work value holder.
|
UnitOfWorkValueHolder |
DatabaseMapping.createUnitOfWorkValueHolder(ValueHolderInterface attributeValue,
Object original,
Object clone,
AbstractRecord row,
UnitOfWorkImpl unitOfWork,
boolean buildDirectlyFromRow)
INTERNAL:
Builder the unit of work value holder.
|
UnitOfWorkValueHolder |
ObjectReferenceMapping.createUnitOfWorkValueHolder(ValueHolderInterface attributeValue,
Object original,
Object clone,
AbstractRecord row,
UnitOfWorkImpl unitOfWork,
boolean buildDirectlyFromRow)
INTERNAL:
Builder the unit of work value holder.
|
Copyright © 2021. All rights reserved.