Uses of Class
net.sf.hibernate.tool.class2hbm.ReflectedProperty

Packages that use ReflectedProperty
net.sf.hibernate.tool.class2hbm   
 

Uses of ReflectedProperty in net.sf.hibernate.tool.class2hbm
 

Methods in net.sf.hibernate.tool.class2hbm that return ReflectedProperty
 ReflectedProperty[] ReflectedClass.getProperties()
          used by gui
protected  ReflectedProperty ReflectedClass.getUidProp(String[] niceKeys)
          called to determine if the class has a UID property
protected  ReflectedProperty MapGenerator.makeProperty(String name, Class cls)
          this is the factory to make a ReflectedProperty
using this factory will insure that the property types are inferred consistently