Uses of Interface
org.hibernate.tool.hbm2x.pojo.ImportContext

Packages that use ImportContext
org.hibernate.tool.hbm2x   
org.hibernate.tool.hbm2x.pojo   
 

Uses of ImportContext in org.hibernate.tool.hbm2x
 

Methods in org.hibernate.tool.hbm2x with parameters of type ImportContext
 String Cfg2JavaTool.asFinderArgumentList(Map parameterTypes, ImportContext ctx)
           
 String Cfg2JavaTool.asParameterList(Iterator fields, boolean useGenerics, ImportContext ic)
           
 String Cfg2JavaTool.asParameterList(List fields, boolean useGenerics, ImportContext ic)
           
 String Cfg2JavaTool.getGenericCollectionDeclaration(org.hibernate.mapping.Collection collection, boolean preferRawTypeNames, ImportContext importContext)
           
 String Cfg2JavaTool.getJavaTypeName(org.hibernate.mapping.Property p, boolean useGenerics, ImportContext importContext)
           
 

Uses of ImportContext in org.hibernate.tool.hbm2x.pojo
 

Subinterfaces of ImportContext in org.hibernate.tool.hbm2x.pojo
 interface POJOClass
          Wrapper class over PersistentClass used in hbm2java and hbm2doc tool
 

Classes in org.hibernate.tool.hbm2x.pojo that implement ImportContext
 class BasicPOJOClass
          Abstract implementation of POJOClass.
 class ComponentPOJOClass
           
 class EntityPOJOClass
           
 class ImportContextImpl
           
 class NoopImportContext
           
 

Fields in org.hibernate.tool.hbm2x.pojo declared as ImportContext
protected  ImportContext BasicPOJOClass.importContext