Uses of Package
org.hibernate.tuple

Packages that use org.hibernate.tuple
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. 
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Classes in org.hibernate.tuple used by org.hibernate.persister.entity
EntityMetamodel
          Centralizes metamodel information about an entity.
EntityTuplizer
          Defines further responsibilities reagarding tuplization based on a mapped entity.
 

Classes in org.hibernate.tuple used by org.hibernate.tuple
AbstractComponentTuplizer
           
AbstractEntityTuplizer
          Support base class for EntityTuplizer implementations.
ComponentTuplizer
          Defines further responsibilities reagarding tuplization based on a mapped components.
EntityMetamodel
          Centralizes metamodel information about an entity.
EntityTuplizer
          Defines further responsibilities reagarding tuplization based on a mapped entity.
IdentifierProperty
          Represents a defined entity identifier property within the Hibernate runtime-metamodel.
Instantiator
          Contract for implementors responsible for instantiating entity/component instances.
Property
          Defines the basic contract of a Property within the runtime metamodel.
StandardProperty
          Represents a basic property within the Hibernate runtime-metamodel.
Tuplizer
          A tuplizer defines the contract for things which know how to manage a particular representation of a piece of data, given that representation's EntityMode (the entity-mode essentially defining which representation).
TuplizerLookup
          Stores references to the tuplizers available for a "tuplizable thing" (i.e., an entity or component).
VersionProperty
          Represents a version property within the Hibernate runtime-metamodel.
 

Classes in org.hibernate.tuple used by org.hibernate.type
StandardProperty
          Represents a basic property within the Hibernate runtime-metamodel.
TuplizerLookup
          Stores references to the tuplizers available for a "tuplizable thing" (i.e., an entity or component).