org.hibernate.sql
Class ForUpdateFragment
java.lang.Object
org.hibernate.sql.ForUpdateFragment
public class ForUpdateFragment
- extends Object
- Author:
- Gavin King
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,
Map lockModes,
Map keyColumnNames)
throws QueryException
- Throws:
QueryException
addTableAlias
public ForUpdateFragment addTableAlias(String alias)
toFragmentString
public String toFragmentString()
setNowaitEnabled
public ForUpdateFragment setNowaitEnabled(boolean nowait)