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:
@@ -21,8 +21,8 @@ public class TestQueryFetchSkipPath extends BaseTestCase {
|
||||
|
||||
List<Order> list = Ebean.find(Order.class)
|
||||
|
||||
// .setAutofetch(true)
|
||||
.setAutofetch(false).select("status")
|
||||
// .setAutoTune(true)
|
||||
.setAutoTune(false).select("status")
|
||||
// .fetch("customer","id")
|
||||
// .fetch("customer.contacts","id")
|
||||
.fetch("customer.contacts.notes", "title").findList();
|
||||
|
||||
Reference in New Issue
Block a user