mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#808 - ENH: Add Transaction commitAndContinue() ...
This commit is contained in:
@@ -19,6 +19,13 @@ public class MnyB extends BaseModel {
|
||||
@ManyToMany(cascade = CascadeType.REMOVE)
|
||||
List<MnyC> cs;
|
||||
|
||||
public MnyB(String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public MnyB() {
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user