Bug 194 : Add a saveManyToManyAssociations() method ...
Priority 
Medium
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.3.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
15/12/2009
Updated 
15/12/2009
Type 
Bug
 
Attachments 
No attachments

This gives the developer using a ManyToMany the ability to save the association changes of a ManyToMany relationship - without using cascade etc.

 
Rob 15 Dec 13:22
Fixed in HEAD

Support for this is now in HEAD.

ptrepagnier 22 Dec 22:37
Can you extend for all associations

This works very well. Could the same be done for all associations? If so, I propose you creating a saveAssociation(Object object,String propertyName) method.

woResponse

Upload a file