程序包的使用
org.hibernate.id
-
使用org.hibernate.id的程序包 程序包 说明 org.hibernate.boot.model.source.spi org.hibernate.dialect.identity org.hibernate.engine.spi org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.factory org.hibernate.id.factory.internal org.hibernate.id.insert org.hibernate.id.uuid org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.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.boot.model.source.spi使用的org.hibernate.id中的类 类 说明 EntityIdentifierNature Describes the possible natures of an entity-defined identifier. -
org.hibernate.dialect.identity使用的org.hibernate.id中的类 类 说明 PostInsertIdentityPersister A persister that may have an identity assigned by execution of a SQL INSERT. -
org.hibernate.engine.spi使用的org.hibernate.id中的类 类 说明 IdentifierGenerator The general contract between a class that generates unique identifiers and the Session. -
org.hibernate.id使用的org.hibernate.id中的类 类 说明 AbstractPostInsertGenerator Basic implementation of thePostInsertIdentifierGeneratorcontract.AbstractUUIDGenerator The base class for identifier generators that use a UUID algorithm.BulkInsertionCapableIdentifierGenerator Specialized contract forIdentifierGeneratorimplementations capable of being used in conjunction with HQL insert statements.CompositeNestedGeneratedValueGenerator.GenerationContextLocator Contract for declaring how to locate the context for sub-value injection.CompositeNestedGeneratedValueGenerator.GenerationPlan Contract for performing the actual sub-value generation, usually injecting it into the determinedcontextConfigurable AnIdentifierGeneratorthat supports "configuration".EntityIdentifierNature Describes the possible natures of an entity-defined identifier.ExportableColumn IdentifierGenerationException Thrown by IdentifierGenerator implementation class when ID generation fails.IdentifierGenerator The general contract between a class that generates unique identifiers and the Session.IdentifierGeneratorAggregator Identifiesgeneratorswhich potentially aggregate otherPersistentIdentifierGeneratorgenerators.IntegralDataTypeHolder Defines a common api for dealing with data of integral data type.PersistentIdentifierGenerator An IdentifierGenerator that requires creation of database objects.PostInsertIdentifierGenerator PostInsertIdentityPersister A persister that may have an identity assigned by execution of a SQL INSERT.SequenceGenerator 已过时。UseSequenceStyleGeneratorinsteadSequenceMismatchStrategy Describes the strategy for handling the mismatch between a database sequence configuration and the one defined by the entity mapping.UUIDGenerator -
org.hibernate.id.enhanced使用的org.hibernate.id中的类 类 说明 BulkInsertionCapableIdentifierGenerator Specialized contract forIdentifierGeneratorimplementations capable of being used in conjunction with HQL insert statements.Configurable AnIdentifierGeneratorthat supports "configuration".IdentifierGenerator The general contract between a class that generates unique identifiers and the Session.IntegralDataTypeHolder Defines a common api for dealing with data of integral data type.PersistentIdentifierGenerator An IdentifierGenerator that requires creation of database objects. -
org.hibernate.id.factory使用的org.hibernate.id中的类 类 说明 IdentifierGenerator The general contract between a class that generates unique identifiers and the Session. -
org.hibernate.id.factory.internal使用的org.hibernate.id中的类 类 说明 IdentifierGenerator The general contract between a class that generates unique identifiers and the Session. -
org.hibernate.id.insert使用的org.hibernate.id中的类 类 说明 PostInsertIdentityPersister A persister that may have an identity assigned by execution of a SQL INSERT. -
org.hibernate.id.uuid使用的org.hibernate.id中的类 类 说明 UUIDGenerationStrategy A strategy for generating a variant 2UUIDvalue. -
org.hibernate.internal使用的org.hibernate.id中的类 类 说明 IdentifierGenerator The general contract between a class that generates unique identifiers and the Session.IntegralDataTypeHolder Defines a common api for dealing with data of integral data type. -
org.hibernate.mapping使用的org.hibernate.id中的类 类 说明 CompositeNestedGeneratedValueGenerator.GenerationContextLocator Contract for declaring how to locate the context for sub-value injection.CompositeNestedGeneratedValueGenerator.GenerationPlan Contract for performing the actual sub-value generation, usually injecting it into the determinedcontextIdentifierGenerator The general contract between a class that generates unique identifiers and the Session. -
org.hibernate.persister.collection使用的org.hibernate.id中的类 类 说明 IdentifierGenerator The general contract between a class that generates unique identifiers and the Session. -
org.hibernate.persister.entity使用的org.hibernate.id中的类 类 说明 IdentifierGenerator The general contract between a class that generates unique identifiers and the Session.PostInsertIdentityPersister A persister that may have an identity assigned by execution of a SQL INSERT. -
org.hibernate.tuple使用的org.hibernate.id中的类 类 说明 IdentifierGenerator The general contract between a class that generates unique identifiers and the Session.