net.sf.hibernate.tool.hbm2java
Class Generator

java.lang.Object
  extended by 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.
 
Method Summary
 void generate(Map classMappingsCol)
           
 String getBaseDirName()
           
 void setBaseDirName(String baseDirName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

generate

public void generate(Map classMappingsCol)
              throws Exception
Throws:
Exception

getBaseDirName

public String getBaseDirName()

setBaseDirName

public void setBaseDirName(String baseDirName)