mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#2358 - Rename BeanState methods with deprecation
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ public class TestReferenceWithConstructorProperties extends BaseTestCase {
|
||||
Order order = DB.reference(Order.class, 1);
|
||||
|
||||
BeanState beanState = DB.beanState(order);
|
||||
Set<String> loadedProps = beanState.getLoadedProps();
|
||||
Set<String> loadedProps = beanState.loadedProps();
|
||||
|
||||
assertEquals(1, loadedProps.size());
|
||||
assertTrue(beanState.isReference());
|
||||
|
||||
Reference in New Issue
Block a user