Uses of Class
javax.jdo.spi.JDOImplHelper
Packages that use JDOImplHelper
Package
Description
This package contains the interfaces and classes used by JDO implementations.
-
Uses of JDOImplHelper in javax.jdo.spi
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.