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:
rbygrave
2012-10-02 14:59:27 +13:00
parent 21d63c7424
commit bca787b54d
4 changed files with 41 additions and 3 deletions
@@ -26,5 +26,4 @@ public class Attribute extends BasicDomain{
this.attributeHolder = attributeHolder;
}
}