| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InsertGeneratedIdentifierDelegate | |
|---|---|
| org.hibernate.id | This package contains internal implementation classes for the main API interfaces. | 
| org.hibernate.id.insert | |
| Uses of InsertGeneratedIdentifierDelegate in org.hibernate.id | 
|---|
| Classes in org.hibernate.id that implement InsertGeneratedIdentifierDelegate | |
|---|---|
| static class | IdentityGenerator.BasicDelegateDelegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY value | 
| static class | IdentityGenerator.GetGeneratedKeysDelegateDelegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys | 
| static class | IdentityGenerator.InsertSelectDelegateDelegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement. | 
| static class | SelectGenerator.SelectGeneratorDelegateThe delegate for the select generation strategy. | 
| static class | SequenceIdentityGenerator.Delegate | 
| Methods in org.hibernate.id that return InsertGeneratedIdentifierDelegate | |
|---|---|
|  InsertGeneratedIdentifierDelegate | PostInsertIdentifierGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister,
                                     Dialect dialect,
                                     boolean isGetGeneratedKeysEnabled) | 
|  InsertGeneratedIdentifierDelegate | SelectGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister,
                                     Dialect dialect,
                                     boolean isGetGeneratedKeysEnabled) | 
|  InsertGeneratedIdentifierDelegate | SequenceIdentityGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister,
                                     Dialect dialect,
                                     boolean isGetGeneratedKeysEnabled) | 
|  InsertGeneratedIdentifierDelegate | IdentityGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister,
                                     Dialect dialect,
                                     boolean isGetGeneratedKeysEnabled) | 
| Uses of InsertGeneratedIdentifierDelegate in org.hibernate.id.insert | 
|---|
| Classes in org.hibernate.id.insert that implement InsertGeneratedIdentifierDelegate | |
|---|---|
|  class | AbstractReturningDelegateAbstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the enerated identitifer to be returned as an effect of performing the insert statement. | 
|  class | AbstractSelectingDelegateAbstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires an subsequent select after the insert to determine the generated identifier. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||