Factory class for generating instances of Select, Insert, Update, Delete queries.
Extends the Cake\Database\Query\SelectQuery class to provide new methods related to association loading, automatic fields selection, automatic type casting and to wrap results into a specific iterator that will be responsible for hydrating results if required.
Trait with common methods used by all ORM query classes.