net.sf.hibernate.tool.hbm2java
Class Generator
java.lang.Object
net.sf.hibernate.tool.hbm2java.Generator
public class Generator
- extends Object
Constructor Summary |
Generator()
Constructs a new Generator using the defaults. |
Generator(org.jdom.Element generateElement)
Constructs a new Generator, configured from XML. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Generator
public Generator()
- Constructs a new Generator using the defaults.
Generator
public Generator(org.jdom.Element generateElement)
throws Exception
- Constructs a new Generator, configured from XML.
- Throws:
Exception
generate
public void generate(Map classMappingsCol)
throws Exception
- Throws:
Exception
getBaseDirName
public String getBaseDirName()
setBaseDirName
public void setBaseDirName(String baseDirName)