public interface PersistenceCapable extends PersistenceCapable
Modifier and Type | Method and Description |
---|---|
void |
jdoClear()
Clears the fields of each persistent field.
|
Object |
jdoGetField(int fieldNumber)
Returns the value of the specified field.
|
byte |
jdoGetFlags()
Returns the value of the JDO flags.
|
StateManager |
jdoGetStateManager()
Returns the associated state manager.
|
Object |
jdoNewInstance(StateManager statemanager)
Creates an instance of the same class as this object.
|
void |
jdoSetField(int fieldNumber,
Object value)
Sets the value of the specified field.
|
void |
jdoSetFlags(byte flags)
Sets the value of the JDO flags, and returns the previous value.
|
void |
jdoSetStateManager(StateManager sm)
Sets the associated state manager.
|
jdoGetObjectId, jdoGetPersistenceManager, jdoIsDeleted, jdoIsDirty, jdoIsNew, jdoIsPersistent, jdoIsTransactional, jdoMakeDirty
StateManager jdoGetStateManager()
void jdoSetStateManager(StateManager sm)
byte jdoGetFlags()
void jdoSetFlags(byte flags)
Object jdoGetField(int fieldNumber)
void jdoSetField(int fieldNumber, Object value)
Object jdoNewInstance(StateManager statemanager)
void jdoClear()
Copyright © 2021. All rights reserved.