Uses of Class
javax.jdo.spi.JDOImplHelper
Packages that use JDOImplHelper
Package
Description
Package providing the Java Data Objects (JDO) primary API components.
This package contains the JDO specification identity interfaces and classes.
This package contains the interfaces and classes used by JDO implementations.
-
Uses of JDOImplHelper in javax.jdo
Fields in javax.jdo declared as JDOImplHelperModifier and TypeFieldDescriptionprivate 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 JDOImplHelperModifier and TypeFieldDescriptionprivate 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 JDOImplHelperModifier and TypeFieldDescriptionprivate static JDOImplHelper
JDOImplHelper.jdoImplHelper
The singletonJDOImplHelper
instance.Methods in javax.jdo.spi that return JDOImplHelperModifier and TypeMethodDescriptionstatic JDOImplHelper
JDOImplHelper.getInstance()
Get an instance ofJDOImplHelper
.Constructors in javax.jdo.spi with parameters of type JDOImplHelperModifierConstructorDescriptionRegisterClassEvent
(JDOImplHelper helper, Class registeredClass, String[] fieldNames, Class[] fieldTypes, byte[] fieldFlags, Class persistenceCapableSuperclass) Constructs a newRegisterClassEvent
.