org.hibernate.id.insert
Class AbstractReturningDelegate
java.lang.Object
org.hibernate.id.insert.AbstractReturningDelegate
- InsertGeneratedIdentifierDelegate
public abstract class AbstractReturningDelegate
extends java.lang.Object
Abstract InsertGeneratedIdentifierDelegate implementation where the
underlying strategy causes the enerated identitifer to be returned as an
effect of performing the insert statement. Thus, there is no need for an
additional sql statement to determine the generated identitifer.
executeAndExtract
protected abstract Serializable executeAndExtract(PreparedStatement insert)
throws SQLException
prepare
protected abstract PreparedStatement prepare(String insertSQL,
SessionImplementor session)
throws SQLException
releaseStatement
protected void releaseStatement(PreparedStatement insert,
SessionImplementor session)
throws SQLException