Uses of Package
org.hibernate.id.factory.spi
Packages that use org.hibernate.id.factory.spi
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.Enhanced/improved versions of table and sequence based identifier generators
targeting portability and unified configuration.
Defines a service for creating
id generators.
Implementation of the SPI for id generator factories.
Contains an SPI for id generator factories.
Contains the
UuidGenerator.This package defines the Hibernate configuration-time mapping model.
-
Classes in org.hibernate.id.factory.spi used by org.hibernate.envers.enhanced
-
Classes in org.hibernate.id.factory.spi used by org.hibernate.id
-
Classes in org.hibernate.id.factory.spi used by org.hibernate.id.enhanced
-
Classes in org.hibernate.id.factory.spi used by org.hibernate.id.factoryClassDescriptionAccess to resolve IdentifierGeneratorDefinition instances
-
Classes in org.hibernate.id.factory.spi used by org.hibernate.id.factory.internalClassDescriptionDelegate for defining how to handle the various types of
GenerationTypepossibilities.Access to resolve IdentifierGeneratorDefinition instances -
Classes in org.hibernate.id.factory.spi used by org.hibernate.id.factory.spiClassDescriptionDelegate for defining how to handle the various types of
GenerationTypepossibilities.Access to resolve IdentifierGeneratorDefinition instances -
Classes in org.hibernate.id.factory.spi used by org.hibernate.id.uuid
-
Classes in org.hibernate.id.factory.spi used by org.hibernate.mapping