Interface LockClause
public interface LockClause
A clause representing Dialect-specific
LOCK
.- Since:
- 2.0
- Author:
- Myeonghyeon Lee
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Enumeration of where to render the clause within the SQL statement. -
Method Summary
Modifier and TypeMethodDescriptionReturns theLockClause.Position
where to apply theclause
.getLock
(LockOptions lockOptions) Returns theLOCK
clause to lock results.
-
Method Details
-
getLock
Returns theLOCK
clause to lock results.- Parameters:
lockOptions
- contains the lock mode to apply.- Returns:
- rendered lock clause.
-
getClausePosition
LockClause.Position getClausePosition()Returns theLockClause.Position
where to apply theclause
.
-