Package org.hibernate.sql.ast.internal
Class NonLockingClauseStrategy
java.lang.Object
org.hibernate.sql.ast.internal.NonLockingClauseStrategy
- All Implemented Interfaces:
LockingClauseStrategy
LockingClauseStrategy implementation for cases when a dialect
applies locking in the
FROM clause
(e.g., SQL Server).
It is also used for cases where no locking was requested.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
registerJoin
(TableGroupJoin join) void
registerRoot
(TableGroup root) void
render
(SqlAppender sqlAppender)
-
Field Details
-
NON_CLAUSE_STRATEGY
-
-
Constructor Details
-
NonLockingClauseStrategy
public NonLockingClauseStrategy()
-
-
Method Details
-
registerRoot
- Specified by:
registerRoot
in interfaceLockingClauseStrategy
-
registerJoin
- Specified by:
registerJoin
in interfaceLockingClauseStrategy
-
containsOuterJoins
public boolean containsOuterJoins()- Specified by:
containsOuterJoins
in interfaceLockingClauseStrategy
-
render
- Specified by:
render
in interfaceLockingClauseStrategy
-