Package | Description |
---|---|
org.datanucleus.enhancement |
DataNucleus ByteCode enhancement contract.
|
org.datanucleus.state |
Provides classes relating to the life cycle state of a persistable object.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
StateManager.replacingDetachedState(Detachable pc,
Object[] state)
The replacement value of the detached state in the calling instance.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
StateManagerImpl.replacingDetachedState(Detachable pc,
Object[] currentState)
Method to update the "detached state" in the detached object to obtain the "detached state" from the detached object, or to reset it (to null).
|
Copyright © 2019. All rights reserved.