Uses of Interface
org.hibernate.id.BulkInsertionCapableIdentifierGenerator
-
Packages that use BulkInsertionCapableIdentifierGenerator Package Description org.hibernate.envers.enhanced org.hibernate.id org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration -
-
Uses of BulkInsertionCapableIdentifierGenerator in org.hibernate.envers.enhanced
Classes in org.hibernate.envers.enhanced that implement BulkInsertionCapableIdentifierGenerator Modifier and Type Class Description classOrderedSequenceGeneratorRevision number generator has to produce values in ascending order (gaps may occur). -
Uses of BulkInsertionCapableIdentifierGenerator in org.hibernate.id
Classes in org.hibernate.id that implement BulkInsertionCapableIdentifierGenerator Modifier and Type Class Description classAbstractPostInsertGeneratorBasic implementation of thePostInsertIdentifierGeneratorcontract.classIdentityGeneratorA generator for use with ANSI-SQL IDENTITY columns used as the primary key.classSelectGeneratorA generator that selects the just inserted row to determine the identifier value assigned by the database.classSequenceGeneratorDeprecated.UseSequenceStyleGeneratorinsteadclassSequenceHiLoGeneratorDeprecated.See deprecation discussion onSequenceGeneratorclassSequenceIdentityGeneratorDeprecated.See deprecation discussion onSequenceGenerator -
Uses of BulkInsertionCapableIdentifierGenerator in org.hibernate.id.enhanced
Classes in org.hibernate.id.enhanced that implement BulkInsertionCapableIdentifierGenerator Modifier and Type Class Description classSequenceStyleGeneratorGenerates identifier values based on a sequence-style database structure.
-