mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1268 - SQL Server fix for "for update" plus Sequences support plus refactor of sequences
This commit is contained in:
@@ -129,4 +129,9 @@ public interface DbSqlContext {
|
||||
* Start group by clause.
|
||||
*/
|
||||
void startGroupBy();
|
||||
|
||||
/**
|
||||
* Append 'for update' lock hints on FROM clause (sql server only).
|
||||
*/
|
||||
void appendFromForUpdate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user