Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate.tool.hbm2x » [javadoc | source]
org.hibernate.tool.hbm2x
public interface: Exporter [javadoc | source]

All Known Implementing Classes:
    HbmLintExporter, HibernateConfigurationExporter, AbstractExporter, HibernateMappingExporter, DAOExporter, POJOExporter, GenericExporter, QueryExporter, DocExporter, DAONewExporter

Method from org.hibernate.tool.hbm2x.Exporter Summary:
getArtifactCollector,   setArtifactCollector,   setConfiguration,   setOutputDirectory,   setProperties,   setTemplatePath,   start
Method from org.hibernate.tool.hbm2x.Exporter Detail:
 public ArtifactCollector getArtifactCollector()
 public  void setArtifactCollector(ArtifactCollector collector)
 public  void setConfiguration(Configuration cfg)
 public  void setOutputDirectory(File file)
 public  void setProperties(Properties properties)
 public  void setTemplatePath(String[] templatePath)
 public  void start()
    Called when exporter should start generating its output