| Package | Description |
|---|---|
| org.calrissian.mango.domain | |
| org.calrissian.mango.domain.entity | |
| org.calrissian.mango.domain.event |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeStoreBuilder<T extends AttributeStore,B extends AttributeStoreBuilder<T>> |
interface |
AttributeStoreBuilder<T extends AttributeStore> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeStore
A base attribute collection providing reusable implementations for interacting with a attribute store backed by
a hash map with sets in the value representing a multimap.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Entity
A common business object for modelling things in the real-world.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEntity
Default implementation of
Entity. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Event
An event acts as a useful common business object for representing different types of models with a time
dimension tha can be set directly or left untouched (defaulting in current time).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEvent
Default implementation of
Event |
Copyright © 2019 Calrissian. All rights reserved.