| Interface | Description |
|---|---|
| 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.
|
| NamedAssociation<T> |
Named Association to Entities.
|
| Class | Description |
|---|---|
| AssociationMixin |
Generic mixin for associations.
|
| AssociationWrapper |
If you want to catch getting and setting association, then create a GenericConcern
that wraps the Polygene-supplied Association instance with AssociationWrappers.
|
| GenericAssociationInfo |
Generic Association info.
|
| ManyAssociationMixin |
Generic mixin for associations.
|
| ManyAssociationWrapper |
If you want to catch calls to ManyAssociations, then create a GenericConcern
that wraps the Polygene-supplied ManyAssociation instance with ManyAssociationWrappers.
|
| NamedAssociationMixin |
Generic mixin for NamedAssociations.
|
| NamedAssociationWrapper |
If you want to catch calls to NamedAssociations, then create a GenericConcern
that wraps the Polygene-supplied NamedAssociations instance with NamedAssociationsWrapper.
|