Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.id.insert.AbstractSelectingDelegate
org.hibernate.id.IdentityGenerator.BasicDelegate
public static class IdentityGenerator.BasicDelegate
extends AbstractSelectingDelegate
implements InsertGeneratedIdentifierDelegate
Constructor Summary | |
|
Method Summary | |
protected Serializable |
|
protected String | |
IdentifierGeneratingInsert |
Methods inherited from class org.hibernate.id.insert.AbstractSelectingDelegate | |
bindParameters , getResult , getSelectSQL , performInsert |
protected Serializable getResult(SessionImplementor session, ResultSet rs, Object object) throws SQLException
- Overrides:
- getResult in interface AbstractSelectingDelegate
protected String getSelectSQL()
- Overrides:
- getSelectSQL in interface AbstractSelectingDelegate
public IdentifierGeneratingInsert prepareIdentifierGeneratingInsert()
- Specified by:
- prepareIdentifierGeneratingInsert in interface InsertGeneratedIdentifierDelegate