mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
initial rework for new enhancement
This commit is contained in:
@@ -49,9 +49,6 @@ public class TestLazyLoadInCache extends BaseTestCase {
|
||||
Assert.assertFalse(loadedProps.contains("status"));
|
||||
|
||||
cust1.getStatus();
|
||||
|
||||
// null after lazy load
|
||||
Assert.assertNull(Ebean.getBeanState(cust1).getLoadedProps());
|
||||
|
||||
// a readOnly reference
|
||||
Address billingAddress = cust1.getBillingAddress();
|
||||
|
||||
Reference in New Issue
Block a user