Uses of Interface
javax.jdo.spi.JDOImplHelper.StringConstructor
Packages that use JDOImplHelper.StringConstructor
Package
Description
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.StringConstructorModifier and TypeFieldDescription(package private) static final Map
<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.StringConstructorModifier and TypeMethodDescriptionJDOImplHelper.registerStringConstructor
(Class cls, JDOImplHelper.StringConstructor sc) Register special StringConstructor instances.