Package net.sf.hibernate.tool.class2hbm

Class Summary
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