org.hibernate.sql
Class ForUpdateFragment
java.lang.Object
   org.hibernate.sql.ForUpdateFragment
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,
                         LockOptions lockOptions,
                         Map keyColumnNames)
                  throws QueryException
- Throws:
- QueryException
addTableAlias
public ForUpdateFragment addTableAlias(String alias)
- 
 
toFragmentString
public String toFragmentString()
- 
 
setNowaitEnabled
public ForUpdateFragment setNowaitEnabled(boolean nowait)
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.