Package | Description |
---|---|
oracle.toplink.essentials.descriptors | |
oracle.toplink.essentials.internal.ejb.cmp3.metadata | |
oracle.toplink.essentials.internal.sessions |
Modifier and Type | Class and Description |
---|---|
class |
TimestampLockingPolicy
Purpose: Used to allow a single version timestamp to be used for optimistic locking.
|
class |
VersionLockingPolicy
Purpose: Used to allow a single version number to be used for optimistic locking.
|
Modifier and Type | Field and Description |
---|---|
protected OptimisticLockingPolicy |
ClassDescriptor.optimisticLockingPolicy |
Modifier and Type | Method and Description |
---|---|
OptimisticLockingPolicy |
ClassDescriptor.getOptimisticLockingPolicy()
PUBLIC:
Returns the OptimisticLockingPolicy.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassDescriptor.setOptimisticLockingPolicy(OptimisticLockingPolicy optimisticLockingPolicy)
PUBLIC:
Set the OptimisticLockingPolicy.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MetadataDescriptor.setOptimisticLockingPolicy(OptimisticLockingPolicy policy)
INTERNAL:
|
Modifier and Type | Field and Description |
---|---|
protected OptimisticLockingPolicy |
ObjectChangeSet.optimisticLockingPolicy
Used in mergeObjectChanges method for writeLock and initialWriteLock comparison of the merged change sets
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectChangeSet.setOptimisticLockingPolicyAndInitialWriteLockValue(OptimisticLockingPolicy optimisticLockingPolicy,
AbstractSession session)
INTERNAL:
This method should ONLY be used to set the initial writeLock value for
an ObjectChangeSet when it is first built.
|
Copyright © 2021. All rights reserved.