Base trait for entity action builders, which allow eager-loading includables onto entity queries.
Used to build an action which will result in a collection of entities onto which the included includables will be eager-loaded.
Adds a result
method to an entity collection action builder.
Used to build an action which will result in a single entity instance onto which the included includables will be eager-loaded.
Component grouping some declarations concerning entity action builders.
Should be mixed in along with a DriverComponent, an EntityComponent and a RelationshipComponent.