Uses of Package
org.hibernate.tuple

Packages that use org.hibernate.tuple
org.hibernate.persister.entity   
org.hibernate.tuple   
org.hibernate.type   
 

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).