Package | Description |
---|---|
org.hibernate.annotations |
Package containing all the Hibernate specific annotations.
|
org.hibernate.mapping |
This package defines the Hibernate configuration-time 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.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.
|
Class and Description |
---|
GenerationTiming |
Class and Description |
---|
ValueGeneration
Describes the generation of property values.
|
Class and Description |
---|
AbstractAttribute |
AbstractNonIdentifierAttribute |
AnnotationValueGeneration
A
ValueGeneration based on a custom Java generator annotation type. |
Attribute
Contract for attributes
|
BaselineAttributeInformation |
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.
|
PropertyFactory.NonIdentifierAttributeNature |
StandardProperty
Deprecated.
|
ValueGeneration
Describes the generation of property values.
|
ValueGenerator
Defines a generator for in-VM generation of (non-identifier) attribute values.
|
Class and Description |
---|
AbstractAttribute |
AbstractNonIdentifierAttribute |
Attribute
Contract for attributes
|
BaselineAttributeInformation |
Instantiator
Contract for implementors responsible for instantiating entity/component instances.
|
NonIdentifierAttribute |
Property
Deprecated.
|
StandardProperty
Deprecated.
|
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). |
Class and Description |
---|
AbstractAttribute |
AbstractNonIdentifierAttribute |
Attribute
Contract for attributes
|
BaselineAttributeInformation |
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 |
Property
Deprecated.
|
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). |
ValueGeneration
Describes the generation of property values.
|
Class and Description |
---|
NonIdentifierAttribute |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.