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, supportsInsertSelectIdentity
public Oracle12cIdentityColumnSupport(Dialect dialect)
public GetGeneratedKeysDelegate buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
IdentityColumnSupport
buildGetGeneratedKeysDelegate
in interface IdentityColumnSupport
buildGetGeneratedKeysDelegate
in class IdentityColumnSupportImpl
persister
- The persisterdialect
- The dialect against which to generate the delegateCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.