Package | Description |
---|---|
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
Modifier and Type | Class and Description |
---|---|
static class |
IdentityGenerator.GetGeneratedKeysDelegate
Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
|
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 |
SequenceIdentityGenerator.Delegate |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.