org.broadleafcommerce.common.util.sql
Class ExporterTask
java.lang.Object
org.broadleafcommerce.common.util.sql.ExporterTask
- Direct Known Subclasses:
- Hbm2DDLExporterTask
public abstract class ExporterTask
- extends Object
This is a re-worked version from Hibernate tools
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected HibernateToolTask parent
ExporterTask
public ExporterTask(HibernateToolTask parent)
execute
public void execute()
createExporter
protected abstract org.hibernate.tool.hbm2x.Exporter createExporter()
getDestdir
public File getDestdir()
setDestdir
public void setDestdir(File destdir)
addConfiguredPropertySet
public void addConfiguredPropertySet(org.apache.tools.ant.types.PropertySet ps)
addConfiguredProperty
public void addConfiguredProperty(org.apache.tools.ant.types.Environment.Variable property)
getConfiguration
public org.hibernate.cfg.Configuration getConfiguration()
setConfiguration
public void setConfiguration(org.hibernate.cfg.Configuration configuration)
setOutputFileName
public void setOutputFileName(String fileName)
- File out put name (default: empty)
Copyright © 2012. All Rights Reserved.