Package org.hibernate.tool.hbm2x
Class GenericExporter
java.lang.Object
org.hibernate.tool.internal.export.common.AbstractExporter
org.hibernate.tool.internal.export.common.GenericExporter
org.hibernate.tool.hbm2x.GenericExporter
- All Implemented Interfaces:
Exporter,ExporterConstants
-
Field Summary
Fields inherited from class org.hibernate.tool.internal.export.common.AbstractExporter
logFields inherited from interface org.hibernate.tool.api.export.ExporterConstants
ARTIFACT_COLLECTOR, CREATE_DATABASE, DELIMITER, DESTINATION_FOLDER, DROP_DATABASE, EXPORT_TO_CONSOLE, EXPORT_TO_DATABASE, FILE_PATTERN, FOR_EACH, FORMAT, HALT_ON_ERROR, METADATA_DESCRIPTOR, OUTPUT_FILE_NAME, QUERY_LIST, SCHEMA_UPDATE, TEMPLATE_NAME, TEMPLATE_PATH -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.tool.internal.export.common.GenericExporter
doStart, exportComponent, exportPersistentClass, exportPOJO, getClassNameForFile, getPackageNameForFile, getTemplateName, resolveFilenameMethods inherited from class org.hibernate.tool.internal.export.common.AbstractExporter
buildMetadata, cleanUpContext, getArtifactCollector, getCfg2HbmTool, getCfg2JavaTool, getFileForClassName, getMetadata, getMetadataDescriptor, getName, getOutputDirectory, getProperties, getTemplateHelper, setTemplateHelper, setupContext, setupTemplates, start
-
Constructor Details
-
GenericExporter
public GenericExporter()
-