Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.hibernate.id.insert Classes and Interfaces - 6 results found.
| Name | Description | Type | Package | Framework |
| AbstractReturningDelegate | Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the enerated identitifer to be returned as an | Class | org.hibernate.id.insert | Hibernate ORM |
|
| AbstractSelectingDelegate | Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires an subsequent select after the insert | Class | org.hibernate.id.insert | Hibernate ORM |
|
| Binder | | Interface | org.hibernate.id.insert | Hibernate ORM |
|
| IdentifierGeneratingInsert | Nothing more than a distinguishing subclass of Insert used to indicate intent. | Class | org.hibernate.id.insert | Hibernate ORM |
|
| InsertGeneratedIdentifierDelegate | Responsible for handling delegation relating to variants in how insert-generated-identifier generator strategies dictate processing:building the sql insert statement | Interface | org.hibernate.id.insert | Hibernate ORM |
|
| InsertSelectIdentityInsert | Specialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated IDENTITY values | Class | org.hibernate.id.insert | Hibernate ORM |