Package | Description |
---|---|
org.hibernate.dialect.identity | |
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
org.hibernate.id.insert |
Modifier and Type | Method and Description |
---|---|
IdentifierGeneratingInsert |
GetGeneratedKeysDelegate.prepareIdentifierGeneratingInsert() |
Modifier and Type | Class and Description |
---|---|
static class |
SequenceIdentityGenerator.NoCommentsInsert
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IdentifierGeneratingInsert |
SequenceIdentityGenerator.Delegate.prepareIdentifierGeneratingInsert() |
IdentifierGeneratingInsert |
SelectGenerator.SelectGeneratorDelegate.prepareIdentifierGeneratingInsert() |
IdentifierGeneratingInsert |
IdentityGenerator.InsertSelectDelegate.prepareIdentifierGeneratingInsert() |
IdentifierGeneratingInsert |
IdentityGenerator.BasicDelegate.prepareIdentifierGeneratingInsert() |
Modifier and Type | Class and Description |
---|---|
class |
InsertSelectIdentityInsert
Specialized IdentifierGeneratingInsert which appends the database
specific clause which signifies to return generated IDENTITY values
to the end of the insert statement.
|
Modifier and Type | Method and Description |
---|---|
IdentifierGeneratingInsert |
InsertGeneratedIdentifierDelegate.prepareIdentifierGeneratingInsert()
Build a
Insert specific to the delegate's mode
of handling generated key values. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.