Uses of Package
org.hibernate.id.insert
Packages that useorg.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.mutation Defines support for performing mutation operations originating from persistence-context events.Classes inorg.hibernate.id.insert used byorg.hibernate.dialect.identity Class Description AbstractReturningDelegate AbstractGeneratedValuesMutationDelegateimplementation 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.UseGeneratedValuesMutationDelegateinstead.Classes inorg.hibernate.id.insert used byorg.hibernate.generator Class Description InsertGeneratedIdentifierDelegate Deprecated, for removal: This API element is subject to removal in a future version.UseGeneratedValuesMutationDelegateinstead.Classes inorg.hibernate.id.insert used byorg.hibernate.id Class Description InsertGeneratedIdentifierDelegate Deprecated, for removal: This API element is subject to removal in a future version.UseGeneratedValuesMutationDelegateinstead.Classes inorg.hibernate.id.insert used byorg.hibernate.id.insert Class Description AbstractReturningDelegate AbstractGeneratedValuesMutationDelegateimplementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.AbstractSelectingDelegate AbstractGeneratedValuesMutationDelegateimplementation where the underlying strategy requires a subsequentselectafter theinsertto determine the generated identifier.Binder GetGeneratedKeysDelegate Delegate for dealing with generated values using the JDBC3 methodStatement.getGeneratedKeys().IdentifierGeneratingInsert Nothing more than a distinguishing subclass ofInsertused to indicate intent.InsertGeneratedIdentifierDelegate Deprecated, for removal: This API element is subject to removal in a future version.UseGeneratedValuesMutationDelegateinstead.Classes inorg.hibernate.id.insert used byorg.hibernate.persister.entity.mutation Class Description InsertGeneratedIdentifierDelegate Deprecated, for removal: This API element is subject to removal in a future version.UseGeneratedValuesMutationDelegateinstead.