Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate.tool.hbm2x » [javadoc | source]
org.hibernate.tool.hbm2x
public class: HibernateMappingExporter [javadoc | source]
java.lang.Object
   org.hibernate.tool.hbm2x.AbstractExporter
      org.hibernate.tool.hbm2x.GenericExporter
         org.hibernate.tool.hbm2x.HibernateMappingExporter

All Implemented Interfaces:
    Exporter

Field Summary
protected  HibernateMappingGlobalSettings globalSettings     
Fields inherited from org.hibernate.tool.hbm2x.GenericExporter:
modelIterators
Fields inherited from org.hibernate.tool.hbm2x.AbstractExporter:
log,  templatePaths
Constructor:
 public HibernateMappingExporter() 
 public HibernateMappingExporter(Configuration cfg,
    File outputdir) 
Method from org.hibernate.tool.hbm2x.HibernateMappingExporter Summary:
doStart,   exportComponent,   getClassNameForFile,   getName,   getPackageNameForFile,   init,   setGlobalSettings,   setupContext
Methods from org.hibernate.tool.hbm2x.GenericExporter:
doStart,   exportComponent,   exportPOJO,   exportPersistentClass,   getClassNameForFile,   getFilePattern,   getPackageNameForFile,   getTemplateName,   resolveFilename,   setFilePattern,   setForEach,   setTemplateName
Methods from org.hibernate.tool.hbm2x.AbstractExporter:
cleanUpContext,   doStart,   getArtifactCollector,   getCfg2HbmTool,   getCfg2JavaTool,   getConfiguration,   getFileForClassName,   getName,   getOutputDirectory,   getProperties,   getTemplateHelper,   getTemplatePaths,   setArtifactCollector,   setConfiguration,   setOutputDirectory,   setProperties,   setTemplateHelper,   setTemplatePath,   setupContext,   setupTemplates,   start,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.tool.hbm2x.HibernateMappingExporter Detail:
 public  void doStart() 
 protected  void exportComponent(Map additionalContext,
    POJOClass element) 
 protected String getClassNameForFile(POJOClass element) 
 public String getName() 
 protected String getPackageNameForFile(POJOClass element) 
 protected  void init() 
 public  void setGlobalSettings(HibernateMappingGlobalSettings hgs) 
 protected  void setupContext()