public abstract class ExporterTask
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected HibernateToolTask |
parent |
| Constructor and Description |
|---|
ExporterTask(HibernateToolTask parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredProperty(org.apache.tools.ant.types.Environment.Variable property) |
void |
addConfiguredPropertySet(org.apache.tools.ant.types.PropertySet ps) |
protected abstract org.hibernate.tool.hbm2x.Exporter |
createExporter() |
void |
execute() |
org.hibernate.cfg.Configuration |
getConfiguration() |
java.io.File |
getDestdir() |
void |
setConfiguration(org.hibernate.cfg.Configuration configuration) |
void |
setDestdir(java.io.File destdir) |
void |
setOutputFileName(java.lang.String fileName)
File out put name (default: empty)
|
protected HibernateToolTask parent
public ExporterTask(HibernateToolTask parent)
public void execute()
protected abstract org.hibernate.tool.hbm2x.Exporter createExporter()
public java.io.File getDestdir()
public void setDestdir(java.io.File destdir)
public void addConfiguredPropertySet(org.apache.tools.ant.types.PropertySet ps)
public void addConfiguredProperty(org.apache.tools.ant.types.Environment.Variable property)
public org.hibernate.cfg.Configuration getConfiguration()
public void setConfiguration(org.hibernate.cfg.Configuration configuration)
public void setOutputFileName(java.lang.String fileName)
Copyright © 2018. All Rights Reserved.