mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#627 - Rename Query.includeSoftDeletes() to Query.setIncludeSoftDeletes()
This commit is contained in:
@@ -729,7 +729,7 @@ public final class DefaultPersister implements Persister {
|
||||
q.select(sb.toString());
|
||||
if (!softDelete) {
|
||||
// hard delete so we want this query to include logically deleted rows (if any)
|
||||
q.includeSoftDeletes();
|
||||
q.setIncludeSoftDeletes();
|
||||
}
|
||||
return q;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user