net.sf.hibernate.tool.hbm2java
Class VelocityRenderer
java.lang.Object
net.sf.hibernate.tool.hbm2java.AbstractRenderer
net.sf.hibernate.tool.hbm2java.VelocityRenderer
- All Implemented Interfaces:
- Renderer
public class VelocityRenderer
- extends AbstractRenderer
- Author:
- MAX
To change the template for this generated type comment go to Window -
Preferences - Java - Code Generation - Code and Comments
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityRenderer
public VelocityRenderer()
render
public void render(String savedToPackage,
String savedToClass,
ClassMapping classMapping,
Map class2classmap,
PrintWriter writer)
throws Exception
- Parameters:
savedToPackage - what package is this class placed insavedToClass - what classname does it really getclassMapping - what classmapping is this forclass2classmap - A complete map from classname to the classmappingwriter - where we want the output
- Throws:
Exception