| org.hibernate.id.insert |
|
| Java Source File Name | Type | Comment |
| AbstractReturningDelegate.java | Class | Abstract InsertGeneratedIdentifierDelegate implementation where the
underlying strategy causes the enerated identitifer to be returned as an
effect of performing the insert statement. |
| AbstractSelectingDelegate.java | Class | Abstract InsertGeneratedIdentifierDelegate implementation where the
underlying strategy requires an subsequent select after the insert
to determine the generated identifier. |
| Binder.java | Interface | |
| IdentifierGeneratingInsert.java | Class | Nothing more than a distinguishing subclass of Insert used to indicate
intent. |
| InsertGeneratedIdentifierDelegate.java | Interface | |
| InsertSelectIdentityInsert.java | Class | Specialized IdentifierGeneratingInsert which appends the database
specific clause which signifies to return generated IDENTITY values
to the end of the insert statement. |