Uses of Class
javax.jdo.spi.JDOImplHelper
Packages that use JDOImplHelper
Package
Description
This package contains the JDO specification interfaces and classes.
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 JDOImplHelperJDOHelper.implHelperThe 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 JDOImplHelperObjectIdentity.helperThe 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 JDOImplHelperJDOImplHelper.jdoImplHelperThe singletonJDOImplHelperinstance.Methods in javax.jdo.spi that return JDOImplHelperModifier and TypeMethodDescriptionstatic JDOImplHelperJDOImplHelper.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.