We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591f260 commit 6f356fdCopy full SHA for 6f356fd
ebean-api/src/main/java/io/ebean/Query.java
@@ -1,6 +1,7 @@
1
package io.ebean;
2
3
import org.jspecify.annotations.NullMarked;
4
+import org.jspecify.annotations.Nullable;
5
6
/**
7
* Object relational query for finding a List, Set, Map or single entity bean.
@@ -310,6 +311,7 @@ enum LockWait {
310
311
312
* Return the Id value.
313
*/
314
+ @Nullable
315
Object getId();
316
317
@@ -446,11 +448,13 @@ enum LockWait {
446
448
447
449
* Return the "for update" wait mode to use.
450
451
452
LockWait getForUpdateLockWait();
453
454
455
* Return the lock type (strength) to use with "for update".
456
457
458
LockType getForUpdateLockType();
459
460
0 commit comments