Uses of Interface
javax.jdo.spi.JDOImplHelper.StringConstructor
-
Packages that use JDOImplHelper.StringConstructor Package Description javax.jdo.spi This package contains the interfaces and classes used by JDO implementations. -
-
Uses of JDOImplHelper.StringConstructor in javax.jdo.spi
Fields in javax.jdo.spi with type parameters of type JDOImplHelper.StringConstructor Modifier and Type Field Description (package private) static java.util.Map<java.lang.Class,JDOImplHelper.StringConstructor>
JDOImplHelper. stringConstructorMap
Special StringConstructor instances for use with specific classes that have no public String constructor.Methods in javax.jdo.spi with parameters of type JDOImplHelper.StringConstructor Modifier and Type Method Description java.lang.Object
JDOImplHelper. registerStringConstructor(java.lang.Class cls, JDOImplHelper.StringConstructor sc)
Register special StringConstructor instances.
-