| Package | Description |
|---|---|
| javax.jdo |
This package contains the JDO specification interfaces and classes.
|
| javax.jdo.identity |
This package contains the JDO specification identity interfaces and classes.
|
| javax.jdo.spi |
This package contains the interfaces and classes used by JDO implementations.
|
| Modifier and Type | Field and Description |
|---|---|
private static JDOImplHelper |
JDOHelper.implHelper
The JDOImplHelper instance used for handling non-binary-compatible
implementations.
|
| Modifier and Type | Field and Description |
|---|---|
private static JDOImplHelper |
ObjectIdentity.helper
The JDOImplHelper instance used for parsing the String to an Object.
|
| Modifier and Type | Field and Description |
|---|---|
private static JDOImplHelper |
JDOImplHelper.jdoImplHelper
The singleton
JDOImplHelper instance. |
| Modifier and Type | Method and Description |
|---|---|
static JDOImplHelper |
JDOImplHelper.getInstance()
Get an instance of
JDOImplHelper. |
| Constructor and Description |
|---|
RegisterClassEvent(JDOImplHelper helper,
java.lang.Class registeredClass,
java.lang.String[] fieldNames,
java.lang.Class[] fieldTypes,
byte[] fieldFlags,
java.lang.Class persistenceCapableSuperclass)
Constructs a new
RegisterClassEvent. |