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

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

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

Methods in net.sf.hibernate.tool.hbm2java with parameters of type Field
 void QueryBuilder.addCritera(ClassMapping criteriaClass, Field field, String condition)
           
static String FinderRenderer.getFieldAsObject(boolean prependThis, Field field)
          Gets the fieldAsObject attribute of the FinderRenderer object
static String FinderRenderer.getFieldAsHibernateType(boolean prependThis, Field field)
          Return the hibernate type string for the given field
protected static String AbstractRenderer.getTrueTypeName(Field field, Map class2classmap)
          Returns the true name for the given fields class name.
 String AbstractRenderer.getFieldScope(Field field, String localScopeName, String defaultScope)