as there is no javadoc on the method in EntityState, what is the return type to
be expected?
Default implementation in EntityStateInstance is:
public Collection<QualifiedIdentity> setManyAssociation( String
qualifiedName, Collection<QualifiedIdentity>
newManyAssociation )
{
manyAssociations.put( qualifiedName, newManyAssociation );
return newManyAssociation;
}
I could also imagine getting the old one? If it always returns the new
association (perhaps modified by the State) I'd
take this.
Michael
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev