Add MetaObjectGraphNodeStats and MetaQueryPlanOriginCount etc

This commit is contained in:
Rob Bygrave
2014-01-22 01:05:22 +13:00
parent 470b27efe1
commit acca803a80
24 changed files with 609 additions and 74 deletions
@@ -61,5 +61,10 @@ public class TestRawSqlOrmQuery extends BaseTestCase {
System.out.println(page);
System.out.println(list);
for (Customer customer : list) {
customer.getCretime();
}
}
}