Uses of Package
org.hibernate.tuple

Packages that use org.hibernate.tuple
org.hibernate.test.annotations.tuplizer   
org.hibernate.test.dynamicentity.tuplizer2   
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.tuple.component   
org.hibernate.tuple.entity   
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.test.annotations.tuplizer
Instantiator
          Contract for implementors responsible for instantiating entity/component instances.
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).
 

Classes in org.hibernate.tuple used by org.hibernate.test.dynamicentity.tuplizer2
Instantiator
          Contract for implementors responsible for instantiating entity/component instances.
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).
 

Classes in org.hibernate.tuple used by org.hibernate.tuple
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.
VersionProperty
          Represents a version property within the Hibernate runtime-metamodel.
 

Classes in org.hibernate.tuple used by org.hibernate.tuple.component
Instantiator
          Contract for implementors responsible for instantiating entity/component instances.
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).
 

Classes in org.hibernate.tuple used by org.hibernate.tuple.entity
IdentifierProperty
          Represents a defined entity identifier property within the Hibernate runtime-metamodel.
Instantiator
          Contract for implementors responsible for instantiating entity/component instances.
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).
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.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.