org.hibernate.sql
Class ForUpdateFragment
java.lang.Object
org.hibernate.sql.ForUpdateFragment
public class ForUpdateFragment
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForUpdateFragment
public ForUpdateFragment(Dialect dialect)
ForUpdateFragment
public ForUpdateFragment(Dialect dialect,
LockOptions lockOptions,
Map<String,String[]> keyColumnNames)
throws QueryException
- Throws:
QueryException
addTableAlias
public ForUpdateFragment addTableAlias(String alias)
toFragmentString
public String toFragmentString()
setNowaitEnabled
public ForUpdateFragment setNowaitEnabled(boolean nowait)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.