mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1613 - When using transaction.setPersistCascade(false) ... a Delete query should not cascade
This commit is contained in:
@@ -25,6 +25,11 @@ class OrmQueryPlanKey implements CQueryPlanKey {
|
||||
this.planHash = hc;
|
||||
}
|
||||
|
||||
@Override
|
||||
public CQueryPlanKey withDeleteByIds() {
|
||||
return new OrmQueryPlanKey(description + ":deleteByIds", 0, 0, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getPartialKey() {
|
||||
return description;
|
||||
|
||||
Reference in New Issue
Block a user