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 eitherIdentifierGeneratororPostInsertIdentifierGenerator.org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.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 GetGeneratedKeysDelegate Delegate for dealing withIDENTITYcolumns using the JDBC3 methodStatement.getGeneratedKeys().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.