mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#996 Add findOne() and findOneOrEmpty()
This commit is contained in:
@@ -37,7 +37,7 @@ public class TestLazyLoadInCache extends BaseTestCase {
|
||||
Customer cust1B = Ebean.find(Customer.class)
|
||||
.setReadOnly(true)
|
||||
.setId(id)
|
||||
.findUnique();
|
||||
.findOne();
|
||||
|
||||
assertTrue(cust1 != cust1B);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user