Returns a new entity action builder with the given includables added to the previously included includables.
Returns a new entity action builder with the given includables added to the previously included includables.
One or more includables to add to the resulting entities.
List of includables to be included (eager-loaded) onto the resulting entities
The underlying entity query.
Base trait for entity action builders, which allow eager-loading includables onto entity queries.
The entity's table type.
The entity's type.
The result container type (e.g. scala.Option, scala.Seq).