Uses of Class
org.datanucleus.store.types.TypeManagerImpl.JavaType
-
Packages that use TypeManagerImpl.JavaType Package Description org.datanucleus.store.types Package providing basic java type handling for DataNucleus. -
-
Uses of TypeManagerImpl.JavaType in org.datanucleus.store.types
Fields in org.datanucleus.store.types with type parameters of type TypeManagerImpl.JavaType Modifier and Type Field Description protected java.util.Map<java.lang.String,TypeManagerImpl.JavaType>
TypeManagerImpl. javaTypes
Map of java types, keyed by the class name.Methods in org.datanucleus.store.types that return TypeManagerImpl.JavaType Modifier and Type Method Description protected TypeManagerImpl.JavaType
TypeManagerImpl. findJavaTypeForClass(java.lang.Class cls)
Convenience method to return the JavaType for the specified class.protected TypeManagerImpl.JavaType
TypeManagerImpl. findJavaTypeForCollectionClass(java.lang.Class cls, java.lang.Class genericType)
Convenience method to return the JavaType for the specified class.
-