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:
@@ -61,5 +61,10 @@ public class TestRawSqlOrmQuery extends BaseTestCase {
|
||||
|
||||
System.out.println(page);
|
||||
System.out.println(list);
|
||||
|
||||
for (Customer customer : list) {
|
||||
customer.getCretime();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user