public static class

SequenceIdentityGenerator.Delegate

extends AbstractReturningDelegate
java.lang.Object
   ↳ org.hibernate.id.insert.AbstractReturningDelegate
     ↳ org.hibernate.id.SequenceIdentityGenerator.Delegate

Summary

Public Constructors
SequenceIdentityGenerator.Delegate(PostInsertIdentityPersister persister, Dialect dialect, String sequenceName)
Public Methods
IdentifierGeneratingInsert prepareIdentifierGeneratingInsert()
Protected Methods
Serializable executeAndExtract(PreparedStatement insert)
PreparedStatement prepare(String insertSQL, SessionImplementor session)
[Expand]
Inherited Methods
From class org.hibernate.id.insert.AbstractReturningDelegate
From class java.lang.Object
From interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate

Public Constructors

public SequenceIdentityGenerator.Delegate (PostInsertIdentityPersister persister, Dialect dialect, String sequenceName)

Public Methods

public IdentifierGeneratingInsert prepareIdentifierGeneratingInsert ()

Protected Methods

protected Serializable executeAndExtract (PreparedStatement insert)

Throws
SQLException

protected PreparedStatement prepare (String insertSQL, SessionImplementor session)

Throws
SQLException