Uses of Interface
org.hibernate.tuple.Tuplizer
-
Packages that use Tuplizer Package Description org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of Tuplizer in org.hibernate.tuple.component
Subinterfaces of Tuplizer in org.hibernate.tuple.component Modifier and Type Interface Description interface
ComponentTuplizer
Defines further responsibilities regarding tuplization based on a mapped components.Classes in org.hibernate.tuple.component that implement Tuplizer Modifier and Type Class Description class
AbstractComponentTuplizer
Support for tuplizers relating to components.class
DynamicMapComponentTuplizer
AComponentTuplizer
specific to the dynamic-map entity mode.class
PojoComponentTuplizer
AComponentTuplizer
specific to the pojo entity mode. -
Uses of Tuplizer in org.hibernate.tuple.entity
Subinterfaces of Tuplizer in org.hibernate.tuple.entity Modifier and Type Interface Description interface
EntityTuplizer
Defines further responsibilities regarding tuplization based on a mapped entity.Classes in org.hibernate.tuple.entity that implement Tuplizer Modifier and Type Class Description class
AbstractEntityTuplizer
Support for tuplizers relating to entities.class
DynamicMapEntityTuplizer
AnEntityTuplizer
specific to the dynamic-map entity mode.class
PojoEntityTuplizer
AnEntityTuplizer
specific to the pojo entity mode.
-