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 implementIdentifierGeneratororPostInsertIdentifierGenerator.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 AbstractInsertGeneratedIdentifierDelegateimplementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.GetGeneratedKeysDelegate Delegate for dealing withIDENTITYcolumns 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 aninsertstatement. -
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 aninsertstatement. -
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 aninsertstatement. -
Classes in org.hibernate.id.insert used by org.hibernate.id.insert Class Description AbstractReturningDelegate AbstractInsertGeneratedIdentifierDelegateimplementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.AbstractSelectingDelegate AbstractInsertGeneratedIdentifierDelegateimplementation where the underlying strategy requires a subsequentselectafter theinsertto determine the generated identifier.Binder IdentifierGeneratingInsert Nothing more than a distinguishing subclass ofInsertused to indicate intent.InsertGeneratedIdentifierDelegate Each implementation defines a strategy for retrieving a primary key generated by the database from the database after execution of aninsertstatement. -
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 aninsertstatement. -
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 aninsertstatement.