public class

ForUpdateFragment

extends Object
java.lang.Object
   ↳ org.hibernate.sql.ForUpdateFragment

Summary

Public Constructors
ForUpdateFragment(Dialect dialect)
ForUpdateFragment(Dialect dialect, LockOptions lockOptions, Map keyColumnNames)
Public Methods
ForUpdateFragment addTableAlias(String alias)
ForUpdateFragment setNowaitEnabled(boolean nowait)
String toFragmentString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ForUpdateFragment (Dialect dialect)

public ForUpdateFragment (Dialect dialect, LockOptions lockOptions, Map keyColumnNames)

Public Methods

public ForUpdateFragment addTableAlias (String alias)

public ForUpdateFragment setNowaitEnabled (boolean nowait)

public String toFragmentString ()