Uses of Interface
org.hibernate.tuple.component.ComponentTuplizer

Packages that use ComponentTuplizer
org.hibernate.tuple.component   
 

Uses of ComponentTuplizer in org.hibernate.tuple.component
 

Classes in org.hibernate.tuple.component that implement ComponentTuplizer
 class AbstractComponentTuplizer
          Support for tuplizers relating to components.
 class Dom4jComponentTuplizer
          A ComponentTuplizer specific to the dom4j entity mode.
 class DynamicMapComponentTuplizer
          A ComponentTuplizer specific to the dynamic-map entity mode.
 class PojoComponentTuplizer
          A ComponentTuplizer specific to the pojo entity mode.