Uses of Class
javax.jdo.spi.JDOImplHelper
-
Packages that use JDOImplHelper 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. -
-
Uses of JDOImplHelper in javax.jdo
Fields in javax.jdo declared as JDOImplHelper Modifier and Type Field Description 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 Modifier and Type Field Description 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 Modifier and Type Field Description private static JDOImplHelper
JDOImplHelper. jdoImplHelper
The singletonJDOImplHelper
instance.Methods in javax.jdo.spi that return JDOImplHelper Modifier and Type Method Description static JDOImplHelper
JDOImplHelper. getInstance()
Get an instance ofJDOImplHelper
.Constructors in javax.jdo.spi with parameters of type JDOImplHelper Constructor Description RegisterClassEvent(JDOImplHelper helper, java.lang.Class registeredClass, java.lang.String[] fieldNames, java.lang.Class[] fieldTypes, byte[] fieldFlags, java.lang.Class persistenceCapableSuperclass)
Constructs a newRegisterClassEvent
.
-