Uses of Interface
org.hibernate.tuple.Tuplizer

Packages that use Tuplizer
org.hibernate.test.annotations.tuplizer   
org.hibernate.test.dynamicentity.tuplizer2   
org.hibernate.tuple.component   
org.hibernate.tuple.entity   
 

Uses of Tuplizer in org.hibernate.test.annotations.tuplizer
 

Classes in org.hibernate.test.annotations.tuplizer that implement Tuplizer
 class DynamicComponentTuplizer
           
 class DynamicEntityTuplizer
           
 

Uses of Tuplizer in org.hibernate.test.dynamicentity.tuplizer2
 

Classes in org.hibernate.test.dynamicentity.tuplizer2 that implement Tuplizer
 class MyEntityTuplizer
           
 

Uses of Tuplizer in org.hibernate.tuple.component
 

Subinterfaces of Tuplizer in org.hibernate.tuple.component
 interface ComponentTuplizer
          Defines further responsibilities regarding tuplization based on a mapped components.
 

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

Uses of Tuplizer in org.hibernate.tuple.entity
 

Subinterfaces of Tuplizer in org.hibernate.tuple.entity
 interface EntityTuplizer
          Defines further responsibilities reagarding tuplization based on a mapped entity.
 

Classes in org.hibernate.tuple.entity that implement Tuplizer
 class AbstractEntityTuplizer
          Support for tuplizers relating to entities.
 class DynamicMapEntityTuplizer
          An EntityTuplizer specific to the dynamic-map entity mode.
 class PojoEntityTuplizer
          An EntityTuplizer specific to the pojo entity mode.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.