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.IdentityGenerator.GetGeneratedKeysDelegate
public static class IdentityGenerator.GetGeneratedKeysDelegate
extends AbstractReturningDelegate
implements InsertGeneratedIdentifierDelegate
Constructor Summary | |
|
Method Summary | |
Serializable |
|
protected PreparedStatement |
|
IdentifierGeneratingInsert |
Methods inherited from class org.hibernate.id.insert.AbstractReturningDelegate | |
executeAndExtract , getPersister , performInsert , prepare , releaseStatement |
public GetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
public 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