当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
ForUpdateFragment (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
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
addTableAlias
public ForUpdateFragment addTableAlias(String alias)
toFragmentString
public String toFragmentString()
setNowaitEnabled
public ForUpdateFragment setNowaitEnabled(boolean nowait)