public class ForUpdateFragment
extends java.lang.Object
Constructor and Description |
---|
ForUpdateFragment(Dialect dialect) |
ForUpdateFragment(Dialect dialect,
LockOptions lockOptions,
java.util.Map<java.lang.String,java.lang.String[]> keyColumnNames) |
Modifier and Type | Method and Description |
---|---|
ForUpdateFragment |
addTableAlias(java.lang.String alias) |
ForUpdateFragment |
setNowaitEnabled(boolean nowait) |
ForUpdateFragment |
setSkipLockedEnabled(boolean skipLocked) |
java.lang.String |
toFragmentString() |
public ForUpdateFragment(Dialect dialect)
public ForUpdateFragment(Dialect dialect, LockOptions lockOptions, java.util.Map<java.lang.String,java.lang.String[]> keyColumnNames) throws QueryException
QueryException
public ForUpdateFragment addTableAlias(java.lang.String alias)
public java.lang.String toFragmentString()
public ForUpdateFragment setNowaitEnabled(boolean nowait)
public ForUpdateFragment setSkipLockedEnabled(boolean skipLocked)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.