Package | Description |
---|---|
org.apache.jdo.impl.jdoql.jdoqlc | |
org.apache.jdo.state |
This package contains the internal StateManager and teh FIeldManager interface.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFieldManager
This is the means by which a StateManager implementation's setXXXField()
method (where XXX is e.g.
|
Modifier and Type | Method and Description |
---|---|
void |
StateManagerInternal.provideField(int fieldNumber,
FieldManager fieldManager,
boolean identifying)
Causes the values of the field indicated by the specified field number
be given to the FieldManager.
|
void |
StateManagerInternal.provideFields(int[] fields,
FieldManager fieldManager,
boolean identifying)
Causes the values of the fields indicated by the specified fields to
be given to the FieldManager.
|
void |
StateManagerInternal.replace(int[] fields,
FieldManager fieldManager)
Transition the lifecycle state as if the instance is retrieved from the
datastore, but use the specified field values instead of loading them
from the datastore.
|
void |
StateManagerInternal.replaceFields(int[] fields,
FieldManager fieldManager)
For replacing field values in a PC with the ones that is provided by
the FieldManager.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.