public class Oracle12cIdentityColumnSupport extends IdentityColumnSupportImpl
| Constructor and Description |
|---|
Oracle12cIdentityColumnSupport(Dialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
GetGeneratedKeysDelegate |
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister,
Dialect dialect)
The Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
|
appendIdentitySelectToInsert, getIdentityColumnString, getIdentityInsertString, getIdentitySelectString, hasDataTypeInIdentityColumn, supportsIdentityColumns, supportsInsertSelectIdentitypublic Oracle12cIdentityColumnSupport(Dialect dialect)
public GetGeneratedKeysDelegate buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
IdentityColumnSupportbuildGetGeneratedKeysDelegate in interface IdentityColumnSupportbuildGetGeneratedKeysDelegate in class IdentityColumnSupportImplpersister - The persisterdialect - The dialect against which to generate the delegateCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.