Niclas Hedhman wrote:
> On Thu, Sep 4, 2008 at 11:10 AM, Rickard Öberg <[EMAIL PROTECTED]> wrote:
>
>> <manyAssociationRole xmlns="urn:qi4j:entity:org.qi4j.rest.TestEntity:">
>
> Uhhhh.... <actors....> ???? Or from where did the
> "manAssociationRole" term came from.
It's the qualified name of a ManyAssociation, i.e.:
interface MyEntity
extends EntityComposite
{
ManyAssociation<AssociationRole<Foo,Bar>> manyAssociationRole();
}
The snippet I sent was from the state of an Entity, where the RDF
included was only related to the ManyAssociation named
"manyAssociationRole". Sorry for the confusion.
/Rickard
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev