Uses of Package
net.sf.hibernate.tool.class2hbm

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

Classes in net.sf.hibernate.tool.class2hbm used by net.sf.hibernate.tool.class2hbm
MapGenerator
           MapGenerator provides a mechanism to produce a Hibernate XML OR-Mapping from compiled classes.
ReflectedClass
          a ReflectedClass is created by MapGenerator instances for every class encountered, from map.addClass(), while chasing the superclass chain, or grokking properties
ReflectedProperty
          a ReflectedProperty is made by an instance of MapGenerator to model properties of Reflected classes;
basic properties are handled here: primitive, enum, custom;
subclasses handle more involved cases