Package org.hibernate.dialect.identity
Class Oracle12cGetGeneratedKeysDelegate
- java.lang.Object
-
- org.hibernate.id.insert.AbstractReturningDelegate
-
- org.hibernate.dialect.identity.GetGeneratedKeysDelegate
-
- org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
-
- All Implemented Interfaces:
InsertGeneratedIdentifierDelegate
public class Oracle12cGetGeneratedKeysDelegate extends GetGeneratedKeysDelegate
-
-
Constructor Summary
Constructors Constructor Description Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.sql.PreparedStatement
prepare(java.lang.String insertSQL, SharedSessionContractImplementor session)
-
Methods inherited from class org.hibernate.dialect.identity.GetGeneratedKeysDelegate
executeAndExtract, prepareIdentifierGeneratingInsert
-
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
performInsert, prepareIdentifierGeneratingInsert
-
-
-
-
Constructor Detail
-
Oracle12cGetGeneratedKeysDelegate
public Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
-
-
Method Detail
-
prepare
protected java.sql.PreparedStatement prepare(java.lang.String insertSQL, SharedSessionContractImplementor session) throws java.sql.SQLException
- Overrides:
prepare
in classGetGeneratedKeysDelegate
- Throws:
java.sql.SQLException
-
-