mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fix for #91 Stateless Update API Change, #90 Removed BeanState.setReference(), #89 Remove support for multiple @Id properties
This commit is contained in:
@@ -21,11 +21,9 @@ public class TestBatchLazyWithDeleted extends BaseTestCase {
|
||||
public void testOnDeleted() {
|
||||
|
||||
UUOne oneA = new UUOne();
|
||||
oneA.setId(UUID.randomUUID());
|
||||
oneA.setName("oneA");
|
||||
|
||||
UUOne oneB = new UUOne();
|
||||
oneB.setId(UUID.randomUUID());
|
||||
oneB.setName("oneB");
|
||||
|
||||
UUTwo two = new UUTwo();
|
||||
|
||||
Reference in New Issue
Block a user