Determines the associated column name for a field of an entity type
Loads an entity from the database
Retrieves and maps data to the corresponding entity type
Transforms a statement’s result rows into a collection of entities
Transforms a result row into an instance of the specified entity type
Executes a built query via the provided database connection
Mixin template to add the entity ID member to a type
Compiled query statement to use with the ORM
Collection of entities (retrieved through a query)
Entity Manager
ORM Query Builder
Determines whether a type is an entity type suitable for ORM use
Determines whether a Database Driver is compatible with the ORM
Determines the associated join table name for two entity types
Determines the associated table name for an entity type
Object-Relational Mapping (ORM)