Uses of Package
org.hibernate.tuple
-
Packages that use org.hibernate.tuple Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.spi org.hibernate.mapping org.hibernate.tuple org.hibernate.tuple.component org.hibernate.tuple.entity org.hibernate.type -
Classes in org.hibernate.tuple used by org.hibernate.annotations Class Description AnnotationValueGeneration AValueGeneration
based on a custom Java generator annotation type.GenerationTiming ValueGenerator Defines a generator for in-VM generation of (non-identifier) attribute values. -
Classes in org.hibernate.tuple used by org.hibernate.boot.jaxb.hbm.spi Class Description GenerationTiming -
Classes in org.hibernate.tuple used by org.hibernate.boot.model.source.spi Class Description GenerationTiming -
Classes in org.hibernate.tuple used by org.hibernate.mapping Class Description ValueGeneration Describes the generation of property values. -
Classes in org.hibernate.tuple used by org.hibernate.tuple Class Description AbstractAttribute AbstractNonIdentifierAttribute AnnotationValueGeneration AValueGeneration
based on a custom Java generator annotation type.Attribute Contract for attributesBaselineAttributeInformation BaselineAttributeInformation.Builder GenerationTiming IdentifierAttribute IdentifierProperty Represents a defined entity identifier property within the Hibernate runtime-metamodel.Instantiator Contract for implementors responsible for instantiating entity/component instances.NonIdentifierAttribute Property Deprecated.Use the directAttribute
hierarchyPropertyFactory.NonIdentifierAttributeNature StandardProperty Deprecated.Use one of theAttribute
-based impls instead.ValueGeneration Describes the generation of property values.ValueGenerator Defines a generator for in-VM generation of (non-identifier) attribute values. -
Classes in org.hibernate.tuple used by org.hibernate.tuple.component Class Description AbstractAttribute AbstractNonIdentifierAttribute Attribute Contract for attributesBaselineAttributeInformation Instantiator Contract for implementors responsible for instantiating entity/component instances.NonIdentifierAttribute Property Deprecated.Use the directAttribute
hierarchyStandardProperty Deprecated.Use one of theAttribute
-based impls instead.Tuplizer A tuplizer defines the contract for things which know how to manage a particular representation of a piece of data, given that representation'sEntityMode
(the entity-mode essentially defining which representation). -
Classes in org.hibernate.tuple used by org.hibernate.tuple.entity Class Description AbstractAttribute AbstractNonIdentifierAttribute Attribute Contract for attributesBaselineAttributeInformation IdentifierProperty Represents a defined entity identifier property within the Hibernate runtime-metamodel.InDatabaseValueGenerationStrategy Strategy for describing values which are generated in the database.InMemoryValueGenerationStrategy Instantiator Contract for implementors responsible for instantiating entity/component instances.NonIdentifierAttribute PojoInstantiator Defines a POJO-based instantiator for use from the tuplizers.Property Deprecated.Use the directAttribute
hierarchyTuplizer A tuplizer defines the contract for things which know how to manage a particular representation of a piece of data, given that representation'sEntityMode
(the entity-mode essentially defining which representation).ValueGeneration Describes the generation of property values. -
Classes in org.hibernate.tuple used by org.hibernate.type Class Description NonIdentifierAttribute ValueGeneration Describes the generation of property values.