mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - javadoc on Query.setIncludeSoftDeletes()
This commit is contained in:
@@ -378,6 +378,12 @@ public interface Query<T> {
|
||||
|
||||
/**
|
||||
* Execute the query including soft deleted rows.
|
||||
* <p>
|
||||
* This means that Ebean will not add any predicates to the query for filtering out
|
||||
* soft deleted rows. You can still add your own predicates for the deleted properties
|
||||
* and effectively you have full control over the query to include or exclude soft deleted
|
||||
* rows as needed for a given use case.
|
||||
* </p>
|
||||
*/
|
||||
Query<T> setIncludeSoftDeletes();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user