| Package | Description |
|---|---|
| org.calrissian.mango.domain.entity | |
| org.calrissian.mango.domain.event |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEntity
Default implementation of
Entity. |
| Modifier and Type | Method and Description |
|---|---|
Entity |
EntityBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static EntityBuilder |
EntityBuilder.create(Entity entity) |
| Constructor and Description |
|---|
BaseEntity(Entity entity)
Copy constructor.
|
| 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 © 2018 Calrissian. All rights reserved.