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