Uses of Package
org.hibernate.id.insert
-
Packages that use org.hibernate.id.insert Package Description org.hibernate.dialect.identity Support forDialect
-specific identity column handling.org.hibernate.generator This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events. -
Classes in org.hibernate.id.insert used by org.hibernate.dialect.identity Class Description AbstractReturningDelegate AbstractGeneratedValuesMutationDelegate
implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.GetGeneratedKeysDelegate Delegate for dealing with generated values using the JDBC3 methodStatement.getGeneratedKeys()
.InsertGeneratedIdentifierDelegate 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.generator Class Description InsertGeneratedIdentifierDelegate 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.id Class Description InsertGeneratedIdentifierDelegate 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.id.insert Class Description AbstractReturningDelegate AbstractGeneratedValuesMutationDelegate
implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.AbstractSelectingDelegate AbstractGeneratedValuesMutationDelegate
implementation where the underlying strategy requires a subsequentselect
after theinsert
to determine the generated identifier.Binder GetGeneratedKeysDelegate Delegate for dealing with generated values using the JDBC3 methodStatement.getGeneratedKeys()
.IdentifierGeneratingInsert Nothing more than a distinguishing subclass ofInsert
used to indicate intent.InsertGeneratedIdentifierDelegate 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.mutation Class Description InsertGeneratedIdentifierDelegate Deprecated, for removal: This API element is subject to removal in a future version.UseGeneratedValuesMutationDelegate
instead.