Uses of Package
org.hibernate.id.insert
-
Packages that use org.hibernate.id.insert Package Description org.hibernate.dialect.identity 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 contains the built-in id generators, all of which implementIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.id.insert org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.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 AbstractInsertGeneratedIdentifierDelegate
implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.GetGeneratedKeysDelegate Delegate for dealing withIDENTITY
columns using the JDBC3 methodStatement.getGeneratedKeys()
.InsertGeneratedIdentifierDelegate Each implementation defines a strategy for retrieving a primary key generated by the database from the database after execution of aninsert
statement. -
Classes in org.hibernate.id.insert used by org.hibernate.generator Class Description InsertGeneratedIdentifierDelegate Each implementation defines a strategy for retrieving a primary key generated by the database from the database after execution of aninsert
statement. -
Classes in org.hibernate.id.insert used by org.hibernate.id Class Description InsertGeneratedIdentifierDelegate Each implementation defines a strategy for retrieving a primary key generated by the database from the database after execution of aninsert
statement. -
Classes in org.hibernate.id.insert used by org.hibernate.id.insert Class Description AbstractReturningDelegate AbstractInsertGeneratedIdentifierDelegate
implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.AbstractSelectingDelegate AbstractInsertGeneratedIdentifierDelegate
implementation where the underlying strategy requires a subsequentselect
after theinsert
to determine the generated identifier.Binder IdentifierGeneratingInsert Nothing more than a distinguishing subclass ofInsert
used to indicate intent.InsertGeneratedIdentifierDelegate Each implementation defines a strategy for retrieving a primary key generated by the database from the database after execution of aninsert
statement. -
Classes in org.hibernate.id.insert used by org.hibernate.persister.entity Class Description InsertGeneratedIdentifierDelegate Each implementation defines a strategy for retrieving a primary key generated by the database from the database after execution of aninsert
statement. -
Classes in org.hibernate.id.insert used by org.hibernate.persister.entity.mutation Class Description InsertGeneratedIdentifierDelegate Each implementation defines a strategy for retrieving a primary key generated by the database from the database after execution of aninsert
statement.