Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.id.insert.AbstractReturningDelegate
org.hibernate.id.SequenceIdentityGenerator.Delegate
public static class SequenceIdentityGenerator.Delegate
extends AbstractReturningDelegate
Constructor Summary | |
|
Method Summary | |
protected Serializable |
|
protected PreparedStatement |
|
IdentifierGeneratingInsert |
Methods inherited from class org.hibernate.id.insert.AbstractReturningDelegate | |
executeAndExtract , getPersister , performInsert , prepare , releaseStatement |
public Delegate(PostInsertIdentityPersister persister, Dialect dialect, String sequenceName)
protected Serializable executeAndExtract(PreparedStatement insert) throws SQLException
- Overrides:
- executeAndExtract in interface AbstractReturningDelegate
protected PreparedStatement prepare(String insertSQL, SessionImplementor session) throws SQLException
- Overrides:
- prepare in interface AbstractReturningDelegate
public IdentifierGeneratingInsert prepareIdentifierGeneratingInsert()
- Specified by:
- prepareIdentifierGeneratingInsert in interface InsertGeneratedIdentifierDelegate