Package org.qi4j.api.association

Association API.

See:
          Description

Interface Summary
AbstractAssociation Base interface for all associations.
Association<T> Association to a single EntityComposite.
AssociationDescriptor Association Descriptor.
AssociationStateDescriptor Associations State Descriptor.
AssociationStateHolder This represents the state of a entity (properties+associations).
ManyAssociation<T> Association to a collection of entities.
 

Class Summary
AssociationMixin Generic mixin for associations.
AssociationMixin.AssociationFilter Associations generic mixin AppliesToFilter.
AssociationWrapper If you want to catch getting and setting association, then create a GenericConcern that wraps the Qi4j-supplied Association instance with AssociationWrappers.
GenericAssociationInfo Generic Association info.
ManyAssociationMixin Generic mixin for associations.
ManyAssociationMixin.AssociationFilter ManyAssociations generic mixin AppliesToFilter.
ManyAssociationWrapper If you want to catch calls to ManyAssociations, then create a GenericConcern that wraps the Qi4j-supplied ManyAssociation instance with ManyAssociationWrappers.
 

Package org.qi4j.api.association Description

Association API.