mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#991 ENH: Add forUpdateNoWait() and forUpdateSkipLocked() options ... #528 ENH: Improve exception handling
This commit is contained in:
@@ -158,6 +158,11 @@ public interface SpiQuery<T> extends Query<T> {
|
||||
*/
|
||||
String getNativeSql();
|
||||
|
||||
/**
|
||||
* Return the ForUpdate mode.
|
||||
*/
|
||||
ForUpdate getForUpdateMode();
|
||||
|
||||
/**
|
||||
* Return the bean descriptor for this query.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user