Package org.hibernate.community.dialect
Class DerbyLockingClauseStrategy
java.lang.Object
org.hibernate.sql.ast.internal.StandardLockingClauseStrategy
org.hibernate.community.dialect.DerbyLockingClauseStrategy
- All Implemented Interfaces:
org.hibernate.sql.ast.spi.LockingClauseStrategy
public class DerbyLockingClauseStrategy
extends org.hibernate.sql.ast.internal.StandardLockingClauseStrategy
StandardLockingClauseStrategy subclass, specific for Derby.
-
Constructor Summary
ConstructorsConstructorDescriptionDerbyLockingClauseStrategy(org.hibernate.dialect.Dialect dialect, org.hibernate.sql.ast.internal.PessimisticLockKind lockKind, org.hibernate.dialect.RowLockStrategy rowLockStrategy, org.hibernate.LockOptions lockOptions) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrenderResultSetOptions(org.hibernate.sql.ast.spi.SqlAppender sqlAppender) Methods inherited from class org.hibernate.sql.ast.internal.StandardLockingClauseStrategy
containsOuterJoins, registerJoin, registerRoot, render, renderLockFragment
-
Constructor Details
-
DerbyLockingClauseStrategy
public DerbyLockingClauseStrategy(org.hibernate.dialect.Dialect dialect, org.hibernate.sql.ast.internal.PessimisticLockKind lockKind, org.hibernate.dialect.RowLockStrategy rowLockStrategy, org.hibernate.LockOptions lockOptions)
-
-
Method Details
-
renderResultSetOptions
protected void renderResultSetOptions(org.hibernate.sql.ast.spi.SqlAppender sqlAppender) - Overrides:
renderResultSetOptionsin classorg.hibernate.sql.ast.internal.StandardLockingClauseStrategy
-