org.hibernate.tool.hbm2x
Class HbmLintExporter
java.lang.Object
org.hibernate.tool.hbm2x.AbstractExporter
org.hibernate.tool.hbm2x.GenericExporter
org.hibernate.tool.hbm2x.HbmLintExporter
- All Implemented Interfaces:
- Exporter
public class HbmLintExporter
- extends GenericExporter
Method Summary |
String |
getName()
|
protected void |
setupContext()
Setup the context variables used by the exporter. |
void |
start()
Builds template context and performs file generation
Subclasses mostly implement doStart() instead. |
Methods inherited from class org.hibernate.tool.hbm2x.GenericExporter |
doStart, exportComponent, exportPersistentClass, exportPOJO, getClassNameForFile, getFilePattern, getPackageNameForFile, getTemplateName, resolveFilename, setFilePattern, setForEach, setTemplateName |
Methods inherited from class org.hibernate.tool.hbm2x.AbstractExporter |
cleanUpContext, getArtifactCollector, getCfg2HbmTool, getCfg2JavaTool, getConfiguration, getFileForClassName, getOutputDirectory, getProperties, getTemplateHelper, getTemplatePath, getTemplatePaths, setArtifactCollector, setConfiguration, setOutputDirectory, setProperties, setTemplateHelper, setTemplatePath, setupTemplates |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HbmLintExporter
public HbmLintExporter()
HbmLintExporter
public HbmLintExporter(org.hibernate.cfg.Configuration cfg,
File outputdir)
start
public void start()
- Description copied from class:
AbstractExporter
- Builds template context and performs file generation
Subclasses mostly implement doStart() instead.
- Specified by:
start
in interface Exporter
- Overrides:
start
in class AbstractExporter
setupContext
protected void setupContext()
- Description copied from class:
AbstractExporter
- Setup the context variables used by the exporter. Subclasses should call super.setupContext() to ensure all needed variables are in the context.
- Overrides:
setupContext
in class AbstractExporter
getName
public String getName()
- Overrides:
getName
in class AbstractExporter