Orm
Classes
- Entity
- An entity represents a clearly identified object from an entity collection.
It provides the methods for manipulating the Entity with CRUD operations.
- EntityCollection
- An EntityCollection contains all elements of a specific Entity.
It provides the methods for filtering and sorting these elements.
- EntityConfiguration
- The EntityConfiguration class provides all configurations for an entity,
e.g. the mapping and the related database table name.
- EntityMapping
- The EntityMapping class provides the values from the entity mapping file
as an object.