| Interface | Description | 
|---|---|
| Binder | |
| InsertGeneratedIdentifierDelegate | 
 Responsible for handling delegation relating to variants in how
 insert-generated-identifier generator strategies dictate processing:
 building the sql insert statement
 determination of the generated identifier value
  
 | 
| Class | Description | 
|---|---|
| AbstractReturningDelegate | 
 Abstract InsertGeneratedIdentifierDelegate implementation where the
 underlying strategy causes the generated identifier to be returned as an
 effect of performing the insert statement. 
 | 
| AbstractSelectingDelegate | 
 Abstract InsertGeneratedIdentifierDelegate implementation where the
 underlying strategy requires a subsequent select after the insert
 to determine the generated identifier. 
 | 
| IdentifierGeneratingInsert | 
 Nothing more than a distinguishing subclass of Insert used to indicate
 intent. 
 | 
| InsertSelectIdentityInsert | 
 Specialized IdentifierGeneratingInsert which appends the database
 specific clause which signifies to return generated IDENTITY values
 to the end of the insert statement. 
 | 
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.