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) |
String |
toFragmentString() |
public ForUpdateFragment(Dialect dialect)
public ForUpdateFragment(Dialect dialect, LockOptions lockOptions, Map<String,String[]> keyColumnNames) throws QueryException
QueryException
public ForUpdateFragment addTableAlias(String alias)
public String toFragmentString()
public ForUpdateFragment setNowaitEnabled(boolean nowait)
Copyright © 2018 JBoss by Red Hat. All rights reserved.