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:
@@ -27,7 +27,7 @@ public class TestReadOnlyPropagation extends BaseTestCase {
|
||||
.setUseCache(false)
|
||||
.setReadOnly(true)
|
||||
.setId(1)
|
||||
.findUnique();
|
||||
.findOne();
|
||||
|
||||
Assert.assertTrue(Ebean.getBeanState(order).isReadOnly());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user