| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.id.insert.AbstractReturningDelegateorg.hibernate.id.IdentityGenerator.GetGeneratedKeysDelegatepublic static class IdentityGenerator.GetGeneratedKeysDelegateextends AbstractReturningDelegateimplements InsertGeneratedIdentifierDelegateConstructor 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