Uses of Interface
org.datanucleus.identity.ObjectId.StringConstructor
-
Packages that use ObjectId.StringConstructor Package Description org.datanucleus.identity Package defining object identity classes. -
-
Uses of ObjectId.StringConstructor in org.datanucleus.identity
Fields in org.datanucleus.identity with type parameters of type ObjectId.StringConstructor Modifier and Type Field Description (package private) static java.util.Map<java.lang.Class,ObjectId.StringConstructor>
ObjectId. stringConstructorMap
Special StringConstructor instances for use with specific classes that have no public String constructor.Methods in org.datanucleus.identity with parameters of type ObjectId.StringConstructor Modifier and Type Method Description static java.lang.Object
ObjectId. registerStringConstructor(java.lang.Class cls, ObjectId.StringConstructor sc)
Register special StringConstructor instances.
-