Uses of Class
net.sf.hibernate.tool.hbm2java.ClassName

Packages that use ClassName
net.sf.hibernate.tool.hbm2java   
 

Uses of ClassName in net.sf.hibernate.tool.hbm2java
 

Methods in net.sf.hibernate.tool.hbm2java that return ClassName
 ClassName Field.getClassType()
          Returns the classType.
 ClassName Field.getForeignClass()
          Returns the foreignClass.
 ClassName ClassMapping.getClassName()
           
 

Methods in net.sf.hibernate.tool.hbm2java with parameters of type ClassName
 void QueryBuilder.setForeignClass(ClassName foreignClass, Map classMappings, String joinFieldName)
           
protected  void Field.initWith(String name, ClassName type, String initialisation, boolean nullable, boolean id, boolean generated, ClassName foreignClass, Set foreignKeys, org.apache.commons.collections.MultiMap metaattribs)
           
protected  void Field.initWith(String name, ClassName type, String initialisation, boolean nullable, boolean id, boolean generated, ClassName foreignClass, Set foreignKeys, org.apache.commons.collections.MultiMap metaattribs)
           
 void Field.setForeignClass(ClassName foreignClass)
          Sets the foreignClass.
 boolean ClassName.inSamePackage(ClassName other)
           
protected  void ClassMapping.initWith(ClassName superClass, org.jdom.Element classElement, boolean component, org.apache.commons.collections.MultiMap inheritedMeta)
           
 void ClassMapping.addImport(ClassName className)
           
protected static String AbstractRenderer.getTrueTypeName(ClassName cn, Map class2classmap)
           
 

Constructors in net.sf.hibernate.tool.hbm2java with parameters of type ClassName
Field(String name, ClassName type, boolean nullable, org.apache.commons.collections.MultiMap metaattribs)
           
Field(String name, ClassName type, boolean nullable, boolean id, boolean generated, org.apache.commons.collections.MultiMap metaattribs)
           
Field(String name, ClassName type, String initialisation, boolean nullable, ClassName foreignClass, Set foreignKeys, org.apache.commons.collections.MultiMap metaattribs)
           
Field(String name, ClassName type, String initialisation, boolean nullable, ClassName foreignClass, Set foreignKeys, org.apache.commons.collections.MultiMap metaattribs)
           
ClassMapping(ClassName superClass, ClassMapping superClassMapping, org.jdom.Element classElement, org.apache.commons.collections.MultiMap inheritedMeta)
           
ClassMapping(ClassName superClass, org.jdom.Element classElement, org.apache.commons.collections.MultiMap inheritedMeta)