mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#303 - Change beginTransaction() to use REQUIRED scope by default
This commit is contained in:
@@ -32,6 +32,9 @@ public class TestExplicitInsert extends BaseTestCase {
|
||||
|
||||
Assert.assertNotNull(b.getId());
|
||||
|
||||
Assert.assertEquals(b.getId(), server.getBeanId(b));
|
||||
|
||||
|
||||
EBasic b2 = server.find(EBasic.class, b.getId());
|
||||
b2.setId(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user