static void |
JDOImplHelper.checkAuthorizedStateManager(StateManager sm) |
Check that the parameter instance is of a class that is authorized for
JDOPermission("setStateManager").
|
PersistenceCapable |
PersistenceCapable.jdoNewInstance(StateManager sm) |
Return a new instance of this class, with the jdoStateManager set to the
parameter, and jdoFlags set to LOAD_REQUIRED.
|
PersistenceCapable |
PersistenceCapable.jdoNewInstance(StateManager sm,
java.lang.Object oid) |
Return a new instance of this class, with the jdoStateManager set to the
parameter, key fields initialized to the values in the oid, and jdoFlags
set to LOAD_REQUIRED.
|
void |
PersistenceCapable.jdoReplaceStateManager(StateManager sm) |
This method sets the StateManager instance that manages the state
of this instance.
|
PersistenceCapable |
JDOImplHelper.newInstance(java.lang.Class pcClass,
StateManager sm) |
Create a new instance of the class and assign its
jdoStateManager .
|
PersistenceCapable |
JDOImplHelper.newInstance(java.lang.Class pcClass,
StateManager sm,
java.lang.Object oid) |
Create a new instance of the class and assign its
jdoStateManager and key values from the ObjectId.
|
StateManager |
StateManager.replacingStateManager(PersistenceCapable pc,
StateManager sm) |
Replace the current value of jdoStateManager .
|