| Package | Description |
|---|---|
| org.hibernate.dialect.identity | |
| org.hibernate.id |
<p>
This package contains internal implementation classes for the
main API interfaces.
|
| org.hibernate.id.insert |
| Class and Description |
|---|
| AbstractReturningDelegate
Abstract InsertGeneratedIdentifierDelegate implementation where the
underlying strategy causes the generated identifier to be returned as an
effect of performing the insert statement.
|
| IdentifierGeneratingInsert
Nothing more than a distinguishing subclass of Insert used to indicate
intent.
|
| InsertGeneratedIdentifierDelegate
Responsible for handling delegation relating to variants in how
insert-generated-identifier generator strategies dictate processing:<ul>
<li>building the sql insert statement
<li>determination of the generated identifier value
</ul>
|
| Class and 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 an subsequent select after the insert
to determine the generated identifier.
|
| IdentifierGeneratingInsert
Nothing more than a distinguishing subclass of Insert used to indicate
intent.
|
| InsertGeneratedIdentifierDelegate
Responsible for handling delegation relating to variants in how
insert-generated-identifier generator strategies dictate processing:<ul>
<li>building the sql insert statement
<li>determination of the generated identifier value
</ul>
|
| Class and Description |
|---|
| Binder |
| IdentifierGeneratingInsert
Nothing more than a distinguishing subclass of Insert used to indicate
intent.
|
| InsertGeneratedIdentifierDelegate
Responsible for handling delegation relating to variants in how
insert-generated-identifier generator strategies dictate processing:<ul>
<li>building the sql insert statement
<li>determination of the generated identifier value
</ul>
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.