mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Add MetaObjectGraphNodeStats and MetaQueryPlanOriginCount etc
This commit is contained in:
@@ -21,6 +21,7 @@ public class TestLoadOnDirty extends BaseTestCase {
|
||||
List<Customer> custs = Ebean.find(Customer.class).findList();
|
||||
|
||||
Customer customer = Ebean.find(Customer.class).setId(custs.get(0).getId()).select("name")
|
||||
.setUseCache(false)
|
||||
.findUnique();
|
||||
|
||||
BeanState beanState = Ebean.getBeanState(customer);
|
||||
|
||||
Reference in New Issue
Block a user