public abstract class AbstractReturningDelegate extends Object implements InsertGeneratedIdentifierDelegate
Constructor and Description |
---|
AbstractReturningDelegate(PostInsertIdentityPersister persister) |
Modifier and Type | Method and Description |
---|---|
protected abstract Serializable |
executeAndExtract(PreparedStatement insert,
SharedSessionContractImplementor session) |
protected PostInsertIdentityPersister |
getPersister() |
Serializable |
performInsert(String insertSQL,
SharedSessionContractImplementor session,
Binder binder)
Perform the indicated insert SQL statement and determine the identifier value
generated.
|
protected abstract PreparedStatement |
prepare(String insertSQL,
SharedSessionContractImplementor session) |
protected void |
releaseStatement(PreparedStatement insert,
SharedSessionContractImplementor session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
prepareIdentifierGeneratingInsert
public AbstractReturningDelegate(PostInsertIdentityPersister persister)
public final Serializable performInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)
InsertGeneratedIdentifierDelegate
performInsert
in interface InsertGeneratedIdentifierDelegate
insertSQL
- The INSERT statement stringsession
- The session in which we are operatingbinder
- The param binderprotected PostInsertIdentityPersister getPersister()
protected abstract PreparedStatement prepare(String insertSQL, SharedSessionContractImplementor session) throws SQLException
SQLException
protected abstract Serializable executeAndExtract(PreparedStatement insert, SharedSessionContractImplementor session) throws SQLException
SQLException
protected void releaseStatement(PreparedStatement insert, SharedSessionContractImplementor session) throws SQLException
SQLException
Copyright © 2019 JBoss by Red Hat. All rights reserved.