|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuplizer | |
---|---|
org.hibernate.tuple.component | |
org.hibernate.tuple.entity |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |