| Name | Description | Type | Package | Framework |
| AbstractComponentTuplizer | Support for tuplizers relating to components. | Class | org.hibernate.tuple.component | Hibernate ORM |
|
| AbstractEntityTuplizer | Support for tuplizers relating to entities. | Class | org.hibernate.tuple.entity | Hibernate ORM |
|
| ComponentMetamodel | Centralizes metamodel information about a component. | Class | org.hibernate.tuple.component | Hibernate ORM |
|
| ComponentTuplizer | Defines further responsibilities regarding tuplization based on a mapped components. | Interface | org.hibernate.tuple.component | Hibernate ORM |
|
| ComponentTuplizerFactory | A registry allowing users to define the default ComponentTuplizer class to use per EntityMode. | Class | org.hibernate.tuple.component | Hibernate ORM |
|
| Dom4jInstantiator | Performs instantiation based on DOM4J elements. | Class | org.hibernate.tuple | Hibernate ORM |
|
| DynamicMapComponentTuplizer | A ComponentTuplizer specific to the dynamic-map entity mode. | Class | org.hibernate.tuple.component | Hibernate ORM |
|
| DynamicMapEntityTuplizer | An EntityTuplizer specific to the dynamic-map entity mode. | Class | org.hibernate.tuple.entity | Hibernate ORM |
|
| DynamicMapEntityTuplizer .BasicEntityNameResolver | | Class | org.hibernate.tuple.entity.DynamicMapEntityTuplizer | Hibernate ORM |
|
| DynamicMapInstantiator | See Also:Serialized FormConstructor SummaryDynamicMapInstantiator() | Class | org.hibernate.tuple | Hibernate ORM |
|
| ElementWrapper | Wraps dom4j elements, allowing them to exist in a non-hierarchical structure. | Class | org.hibernate.tuple | Hibernate ORM |
|
| EntityMetamodel | Centralizes metamodel information about an entity. | Class | org.hibernate.tuple.entity | Hibernate ORM |
|
| EntityTuplizer | Defines further responsibilities reagarding tuplization based on EntityTuplizer implementations should have the following constructor signatures: | Interface | org.hibernate.tuple.entity | Hibernate ORM |
|
| EntityTuplizerFactory | A registry allowing users to define the default EntityTuplizer class to use per EntityMode. | Class | org.hibernate.tuple.entity | Hibernate ORM |
|
| IdentifierProperty | Represents a defined entity identifier property within the HibernateSee Also:Serialized Form | Class | org.hibernate.tuple | Hibernate ORM |
|
| Instantiator | Contract for implementors responsible for instantiating entity/component instances. | Interface | org.hibernate.tuple | Hibernate ORM |
|
| NonPojoInstrumentationMetadata | | Class | org.hibernate.tuple.entity | Hibernate ORM |
|
| PojoComponentTuplizer | A ComponentTuplizer specific to the pojo entity mode. | Class | org.hibernate.tuple.component | Hibernate ORM |
|
| PojoEntityTuplizer | An EntityTuplizer specific to the pojo entity mode. | Class | org.hibernate.tuple.entity | Hibernate ORM |
|
| PojoInstantiator | Defines a POJO-based instantiator for use from the tuplizers. | Class | org.hibernate.tuple | Hibernate ORM |
|
| Property | Defines the basic contract of a Property within the runtime metamodel. | Class | org.hibernate.tuple | Hibernate ORM |
|
| PropertyFactory | Responsible for generation of runtime metamodel Property representations. | Class | org.hibernate.tuple | Hibernate ORM |
|
| StandardProperty | Represents a basic property within the Hibernate runtime-metamodel. | Class | org.hibernate.tuple | Hibernate ORM |
|
| Tuplizer | A tuplizer defines the contract for things which know how to manage a particular representation of a piece of data, given that | Interface | org.hibernate.tuple | Hibernate ORM |
|
| VersionProperty | Represents a version property within the Hibernate runtime-metamodel. | Class | org.hibernate.tuple | Hibernate ORM |