| Interface | Description |
|---|---|
| EntityBuilder<T> |
EntityBuilders are used to instantiate EntityComposites.
|
| EntityComposite |
EntityComposites are Composites that has mutable state persisted in EntityStores and equality defined from its
reference.
|
| EntityDescriptor |
Entity Descriptor.
|
| Lifecycle |
Lifecycle interface for all Composites.
|
| Class | Description |
|---|---|
| EntityBuilderTemplate<T> |
EntityBuilderTemplate.
|
| EntityReference |
An EntityReference is reference of a specific Entity instance.
|
| Exception | Description |
|---|---|
| LifecycleException |
Thrown if Lifecycle invocation fails
|
| Annotation Type | Description |
|---|---|
| Aggregated |
Marks an association as aggregating the referenced Entities
|
| Queryable |
This annotation is used to mark entity types or properties/associations that are indexable.
|