Entities
An entity is something that exists as itself into the context, as a collection of items. The most common scenario is to load an entity via a SQL Query or a JSON Model, store its items using tokens, and then execute actions on entity list and refer entity’s items.
- Load Entities (SQL)
- Load Entities (JSON)
- Execute actions on entity list
- Remove Entities
- Create Entity
- Extend Entity
- Remap Entity