#991 ENH: Add forUpdateNoWait() and forUpdateSkipLocked() options ... #528 ENH: Improve exception handling

This commit is contained in:
Rob Bygrave
2017-03-13 20:50:22 +13:00
parent a3dbd4538f
commit c8d01828b3
49 changed files with 985 additions and 336 deletions
@@ -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.
*/