| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BulkInsertionCapableIdentifierGenerator | |
|---|---|
| org.hibernate.id | This package contains internal implementation classes for the main API interfaces. | 
| org.hibernate.id.enhanced | |
| org.hibernate.test.cid | |
| Uses of BulkInsertionCapableIdentifierGenerator in org.hibernate.id | 
|---|
| Classes in org.hibernate.id that implement BulkInsertionCapableIdentifierGenerator | |
|---|---|
|  class | AbstractPostInsertGeneratorBasic implementation of the PostInsertIdentifierGeneratorcontract. | 
|  class | IdentityGeneratorA generator for use with ANSI-SQL IDENTITY columns used as the primary key. | 
|  class | SelectGeneratorA generator that selects the just inserted row to determine the identifier value assigned by the database. | 
|  class | SequenceGeneratorsequence Generates long values using an oracle-style sequence. | 
|  class | SequenceHiLoGeneratorseqhilo An IdentifierGenerator that combines a hi/lo algorithm with an underlying oracle-style sequence that generates hi values. | 
|  class | SequenceIdentityGeneratorA generator which combines sequence generation with immediate retrieval through JDBC3 getGeneratedKeys. | 
| Uses of BulkInsertionCapableIdentifierGenerator in org.hibernate.id.enhanced | 
|---|
| Classes in org.hibernate.id.enhanced that implement BulkInsertionCapableIdentifierGenerator | |
|---|---|
|  class | SequenceStyleGeneratorGenerates identifier values based on an sequence-style database structure. | 
| Uses of BulkInsertionCapableIdentifierGenerator in org.hibernate.test.cid | 
|---|
| Classes in org.hibernate.test.cid that implement BulkInsertionCapableIdentifierGenerator | |
|---|---|
|  class | PurchaseRecordIdGeneratorSimple IdentityGeneratorimplementation for testing composite-id. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||