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.javaTypesMap of java types, keyed by the class name.Methods in org.datanucleus.store.types that return TypeManagerImpl.JavaTypeModifier and TypeMethodDescriptionprotected TypeManagerImpl.JavaTypeTypeManagerImpl.findJavaTypeForClass(Class cls) Convenience method to return the JavaType for the specified class.protected TypeManagerImpl.JavaTypeTypeManagerImpl.findJavaTypeForCollectionClass(Class cls, Class genericType) Convenience method to return the JavaType for the specified class.