| Package | Description |
|---|---|
| org.hibernate.dialect.identity | |
| org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
| org.hibernate.id.insert | |
| org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GetGeneratedKeysDelegate
Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
|
class |
Oracle12cGetGeneratedKeysDelegate |
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityGenerator.BasicDelegate
Delegate for dealing with IDENTITY columns where the dialect requires an
additional command execution to retrieve the generated IDENTITY value
|
static class |
IdentityGenerator.InsertSelectDelegate
Delegate for dealing with IDENTITY columns where the dialect supports returning
the generated IDENTITY value directly from the insert statement.
|
static class |
SelectGenerator.SelectGeneratorDelegate
The delegate for the select generation strategy.
|
static class |
SequenceIdentityGenerator.Delegate
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InsertGeneratedIdentifierDelegate |
IdentityGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister,
Dialect dialect,
boolean isGetGeneratedKeysEnabled) |
InsertGeneratedIdentifierDelegate |
SequenceIdentityGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister,
Dialect dialect,
boolean isGetGeneratedKeysEnabled)
Deprecated.
|
InsertGeneratedIdentifierDelegate |
SelectGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister,
Dialect dialect,
boolean isGetGeneratedKeysEnabled) |
InsertGeneratedIdentifierDelegate |
PostInsertIdentifierGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister,
Dialect dialect,
boolean isGetGeneratedKeysEnabled) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReturningDelegate
Abstract InsertGeneratedIdentifierDelegate implementation where the
underlying strategy causes the generated identifier to be returned as an
effect of performing the insert statement.
|
class |
AbstractSelectingDelegate
Abstract InsertGeneratedIdentifierDelegate implementation where the
underlying strategy requires a subsequent select after the insert
to determine the generated identifier.
|
| Modifier and Type | Method and Description |
|---|---|
InsertGeneratedIdentifierDelegate |
AbstractEntityPersister.getIdentityDelegate()
Deprecated.
Exposed for tests only
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.