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

    Constructors
    Constructor
    Description
    DerbyLockingClauseStrategy(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 Type
    Method
    Description
    protected void
    renderResultSetOptions(org.hibernate.sql.ast.spi.SqlAppender sqlAppender)
     

    Methods inherited from class org.hibernate.sql.ast.internal.StandardLockingClauseStrategy

    containsOuterJoins, getJoinsToLock, getRootsToLock, registerJoin, registerRoot, render, renderLockFragment

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      renderResultSetOptions in class org.hibernate.sql.ast.internal.StandardLockingClauseStrategy