Uses of Interface
org.datanucleus.identity.ObjectId.StringConstructor
Packages that use ObjectId.StringConstructor
-
Uses of ObjectId.StringConstructor in org.datanucleus.identity
Fields in org.datanucleus.identity with type parameters of type ObjectId.StringConstructorModifier and TypeFieldDescription(package private) static final Map<Class, ObjectId.StringConstructor> ObjectId.stringConstructorMapSpecial StringConstructor instances for use with specific classes that have no public String constructor.Methods in org.datanucleus.identity with parameters of type ObjectId.StringConstructorModifier and TypeMethodDescriptionstatic ObjectObjectId.registerStringConstructor(Class cls, ObjectId.StringConstructor sc) Register special StringConstructor instances.