com.u2d.persist
Class HBMMaker
java.lang.Object
com.u2d.persist.HBMMaker
public class HBMMaker
- extends java.lang.Object
Given a ComplexEObject Class, HBMMaker will produce a hibernate .hbm.xml file
- Author:
- Eitan Suez
|
Constructor Summary |
HBMMaker(java.lang.Class clazz)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HBMMaker
public HBMMaker(java.lang.Class clazz)
getDoc
public org.dom4j.Document getDoc()
writeDocToFile
public void writeDocToFile()
throws java.io.IOException
- Throws:
java.io.IOException
writeDocToFile
public void writeDocToFile(java.lang.String filename)
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception