org.qi4j.core.testsupport
Interface AbstractEntityStoreTest.Company

All Superinterfaces:
AbstractEntityStoreTest.Employer, AbstractEntityStoreTest.Nameable, Composite, Entity, EntityComposite, Identity
Enclosing class:
AbstractEntityStoreTest

public static interface AbstractEntityStoreTest.Company
extends AbstractEntityStoreTest.Nameable, AbstractEntityStoreTest.Employer, EntityComposite


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 NamedAssociation<AbstractEntityStoreTest.Person> roles()
           
 
Methods inherited from interface org.qi4j.core.testsupport.AbstractEntityStoreTest.Nameable
name
 
Methods inherited from interface org.qi4j.core.testsupport.AbstractEntityStoreTest.Employer
employees
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

roles

NamedAssociation<AbstractEntityStoreTest.Person> roles()