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:
@@ -344,7 +344,7 @@ public class DLoadContext implements LoadContext {
|
||||
query.asDraft();
|
||||
}
|
||||
if (includeSoftDeletes) {
|
||||
query.includeSoftDeletes();
|
||||
query.setIncludeSoftDeletes();
|
||||
}
|
||||
if (disableReadAudit) {
|
||||
query.setDisableReadAuditing();
|
||||
|
||||
Reference in New Issue
Block a user