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 interfaceComponentTuplizerDefines further responsibilities regarding tuplization based on a mapped components.Classes in org.hibernate.tuple.component that implement Tuplizer Modifier and Type Class Description classAbstractComponentTuplizerSupport for tuplizers relating to components.classDynamicMapComponentTuplizerAComponentTuplizerspecific to the dynamic-map entity mode.classPojoComponentTuplizerAComponentTuplizerspecific 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 interfaceEntityTuplizerDefines further responsibilities regarding tuplization based on a mapped entity.Classes in org.hibernate.tuple.entity that implement Tuplizer Modifier and Type Class Description classAbstractEntityTuplizerSupport for tuplizers relating to entities.classDynamicMapEntityTuplizerAnEntityTuplizerspecific to the dynamic-map entity mode.classPojoEntityTuplizerAnEntityTuplizerspecific to the pojo entity mode.
-