Package org.hibernate.dialect.identity
Class Oracle12cGetGeneratedKeysDelegate
- java.lang.Object
-
- org.hibernate.id.insert.AbstractReturningDelegate
-
- org.hibernate.id.insert.GetGeneratedKeysDelegate
-
- org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
-
- All Implemented Interfaces:
InsertGeneratedIdentifierDelegate
@Deprecated(forRemoval=true) @Remove public class Oracle12cGetGeneratedKeysDelegate extends GetGeneratedKeysDelegate
Deprecated, for removal: This API element is subject to removal in a future version.no longer used, useGetGeneratedKeysDelegate
instead
-
-
Constructor Summary
Constructors Constructor Description Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class org.hibernate.id.insert.GetGeneratedKeysDelegate
createTableInsertBuilder, executeAndExtract, performInsert, prepareIdentifierGeneratingInsert, prepareStatement
-
Methods inherited from class org.hibernate.id.insert.AbstractReturningDelegate
getPersister, performInsert, releaseStatement
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
prepareIdentifierGeneratingInsert
-
-
-
-
Constructor Detail
-
Oracle12cGetGeneratedKeysDelegate
public Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-