| Package | Description |
|---|---|
| com.codename1.rad.entities | |
| com.codename1.rad.models |
This package contains classes for CodeRAD models, such as
Entity, Property, and Tag. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTestEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
Aggregate
A special type of Entity that helps to propagate changes from any entity in the aggregate to the
aggregate root.
|
class |
AggregateEntityList<T extends Entity>
An entity list that automatically adds its items to its aggregate root.
|
class |
EntityList<T extends Entity>
Encapsulates a list of entities.
|
| Modifier and Type | Method and Description |
|---|---|
BaseEntity |
SimpleEntityWrapper.getEntity() |
BaseEntity |
EntityWrapper.getEntity() |
BaseEntity |
BaseEntity.getEntity() |
BaseEntity |
Entity.getEntity() |
Copyright © 2022. All Rights Reserved.