mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fixes to only allow m2m intersection save from one direction based on
beanName. Supports BUG 429 : Pull Request: jroper - Fixing ManyToMany association saving bug
This commit is contained in:
@@ -181,4 +181,9 @@ public interface SpiTransaction extends Transaction {
|
||||
* </p>
|
||||
*/
|
||||
public Connection getInternalConnection();
|
||||
|
||||
/**
|
||||
* Return true if the manyToMany intersection should be persisted for this particular relationship direction.
|
||||
*/
|
||||
public boolean isSaveAssocManyIntersection(String intersectionTable, String beanName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user