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

Packages that use POJOClass
org.hibernate.tool.hbm2x   
org.hibernate.tool.hbm2x.doc   
org.hibernate.tool.hbm2x.pojo   
 

Uses of POJOClass in org.hibernate.tool.hbm2x
 

Methods in org.hibernate.tool.hbm2x that return POJOClass
 POJOClass Cfg2JavaTool.getPOJOClass(org.hibernate.mapping.Component comp)
           
 POJOClass Cfg2JavaTool.getPOJOClass(org.hibernate.mapping.PersistentClass comp)
           
 

Methods in org.hibernate.tool.hbm2x with parameters of type POJOClass
static void ConfigurationNavigator.collectComponents(Map components, POJOClass clazz)
           
protected  void DAOExporter.exportComponent(Map additionalContext, POJOClass element)
           
protected  void HibernateMappingExporter.exportComponent(Map additionalContext, POJOClass element)
           
protected  void GenericExporter.exportComponent(Map additionalContext, POJOClass element)
           
protected  void GenericExporter.exportPersistentClass(Map additionalContext, POJOClass element)
           
protected  void DAONewExporter.exportPOJO(Map additionalContext, POJOClass element)
          Override to avoid overwriting the existing files In the final version this should be moved to GenericExporter
protected  void GenericExporter.exportPOJO(Map additionalContext, POJOClass element)
           
protected  String HibernateMappingExporter.getClassNameForFile(POJOClass element)
           
protected  String GenericExporter.getClassNameForFile(POJOClass element)
           
protected  String HibernateMappingExporter.getPackageNameForFile(POJOClass element)
           
protected  String GenericExporter.getPackageNameForFile(POJOClass element)
           
protected  String GenericExporter.resolveFilename(POJOClass element)
           
 

Uses of POJOClass in org.hibernate.tool.hbm2x.doc
 

Methods in org.hibernate.tool.hbm2x.doc that return POJOClass
 POJOClass DocHelper.getComponentPOJO(org.hibernate.mapping.Property property)
          Method used in class.vm template to get the ComponentPOJO class corresponding to Property if its of Type Component.
 

Methods in org.hibernate.tool.hbm2x.doc with parameters of type POJOClass
 DocFile DocFileManager.getEntityDocFile(POJOClass pc)
          Returns the DocFile responsible to generate the .html for each classes.
 DocFile DocFileManager.getEntityDocFileByDeclarationName(POJOClass pc)
          Get the DocFile corresponding to POJOClass.
 List DocHelper.getInheritanceHierarchy(POJOClass pc)
           
 List DocHelper.getOrderedProperties(POJOClass pojoClass)
           
 List DocHelper.getOrderedSimpleProperties(POJOClass pojoClass)
           
 List DocHelper.getSimpleProperties(POJOClass pojoClass)
           
 

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

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

Methods in org.hibernate.tool.hbm2x.pojo that return POJOClass
 POJOClass POJOClass.getSuperClass()
           
 POJOClass EntityPOJOClass.getSuperClass()
           
 POJOClass ComponentPOJOClass.getSuperClass()