mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#411 - Refactor AutoFetch, rename to "AutoTune", store/load tuning and profiling as XML
This commit is contained in:
@@ -120,7 +120,7 @@ public class MainDbBoolean {
|
||||
|
||||
|
||||
List<TOne> list = server.find(TOne.class)
|
||||
.setAutofetch(false)
|
||||
.setAutoTune(false)
|
||||
.order("id")
|
||||
.findList();
|
||||
|
||||
@@ -140,7 +140,7 @@ public class MainDbBoolean {
|
||||
|
||||
|
||||
Query<TOne> query = server.find(TOne.class)
|
||||
.setAutofetch(false)
|
||||
.setAutoTune(false)
|
||||
.order("id");
|
||||
|
||||
int rc = query.findRowCount();
|
||||
|
||||
Reference in New Issue
Block a user