Uses of Package
org.hibernate.id.insert
Packages that use org.hibernate.id.insert
Package
Description
Support for
Dialect
-specific identity column handling.This package defines an abstraction over all kinds of automatic
value generation, including id generation and version number
generation.
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.Contains a framework of strategies for retrieving database-generated ids.
Defines support for performing mutation operations originating
from persistence-context events.
-
Classes in org.hibernate.id.insert used by org.hibernate.dialect.identityClassDescriptionDelegate for dealing with generated values using the JDBC3 method
Statement.getGeneratedKeys()
. -
Classes in org.hibernate.id.insert used by org.hibernate.generatorClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
-
Classes in org.hibernate.id.insert used by org.hibernate.idClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Use
GeneratedValuesMutationDelegate
instead. -
Classes in org.hibernate.id.insert used by org.hibernate.id.insertClassDescriptionAbstract
GeneratedValuesMutationDelegate
implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.AbstractGeneratedValuesMutationDelegate
implementation where the underlying strategy requires a subsequentselect
after theinsert
to determine the generated identifier.Delegate for dealing with generated values using the JDBC3 methodStatement.getGeneratedKeys()
.Deprecated, for removal: This API element is subject to removal in a future version.UseGeneratedValuesMutationDelegate
instead. -
Classes in org.hibernate.id.insert used by org.hibernate.persister.entity.mutationClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Use
GeneratedValuesMutationDelegate
instead.
GeneratedValuesMutationDelegate
instead.