|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDOImplHelper | |
---|---|
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. |
Uses of JDOImplHelper in javax.jdo |
---|
Fields in javax.jdo declared as JDOImplHelper | |
---|---|
private static JDOImplHelper |
JDOHelper.implHelper
The JDOImplHelper instance used for handling non-binary-compatible implementations. |
Uses of JDOImplHelper in javax.jdo.identity |
---|
Fields in javax.jdo.identity declared as JDOImplHelper | |
---|---|
private static JDOImplHelper |
ObjectIdentity.helper
The JDOImplHelper instance used for parsing the String to an Object. |
Uses of JDOImplHelper in javax.jdo.spi |
---|
Fields in javax.jdo.spi declared as JDOImplHelper | |
---|---|
private static JDOImplHelper |
JDOImplHelper.jdoImplHelper
The singleton JDOImplHelper instance. |
Methods in javax.jdo.spi that return JDOImplHelper | |
---|---|
static JDOImplHelper |
JDOImplHelper.getInstance()
Get an instance of JDOImplHelper . |
Constructors in javax.jdo.spi with parameters of type JDOImplHelper | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |