Uses of Class
org.jpox.TypeManager

Packages that use TypeManager
org.jpox This package provides classes that are typically client-facing. 
org.jpox.store.mapping Package providing mappings for all supported Java types in JPOX. 
 

Uses of TypeManager in org.jpox
 

Methods in org.jpox that return TypeManager
 TypeManager PMFContext.getTypeManager()
          Accessor for the Type Manager
 

Uses of TypeManager in org.jpox.store.mapping
 

Methods in org.jpox.store.mapping with parameters of type TypeManager
 JavaTypeMapping MappingManager.getMapping(java.lang.Class c, boolean serialised, boolean embedded, java.lang.String fieldName, DatastoreAdapter dba, TypeManager typeMgr)
          Accessor for a mapping, for a java type.
 JavaTypeMapping AbstractMappingManager.getMapping(java.lang.Class c, boolean serialised, boolean embedded, java.lang.String fieldName, DatastoreAdapter dba, TypeManager typeMgr)
          Accessor for the mapping for the specified class.
protected  java.lang.Class AbstractMappingManager.getMappingClass(java.lang.Class c, boolean serialised, boolean embedded, java.lang.String fieldName, TypeManager typeMgr)
          Accessor for the mapping class for the specified class.
protected  java.lang.Class AbstractMappingManager.getDefaultJavaTypeMapping(TypeManager typeMgr, java.lang.String javaTypeName)
          Method to return the default java type mapping class for a specified java type name.
 



Copyright © -2007 . All Rights Reserved.