Uses of Class
org.datanucleus.store.types.TypeManagerImpl.JavaType
Packages that use TypeManagerImpl.JavaType
Package
Description
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.JavaTypeModifier and TypeFieldDescriptionprotected Map
<String, TypeManagerImpl.JavaType> TypeManagerImpl.javaTypes
Map of java types, keyed by the class name.Methods in org.datanucleus.store.types that return TypeManagerImpl.JavaTypeModifier and TypeMethodDescriptionprotected TypeManagerImpl.JavaType
TypeManagerImpl.findJavaTypeForClass
(Class cls) Convenience method to return the JavaType for the specified class.protected TypeManagerImpl.JavaType
TypeManagerImpl.findJavaTypeForCollectionClass
(Class cls, Class genericType) Convenience method to return the JavaType for the specified class.