Protected
deleteFetch many objects matching the conjunction of where clauses constructed from specified field equality operands.
query context with which to perform the fetch
list of field equality where clause operand specifications
limit, offset, orderBy, and orderByRaw for the query
array of objects matching the query
Protected
fetchFetch many objects matching the raw WHERE clause.
query context with which to perform the fetch
parameterized SQL WHERE clause with positional binding placeholders or named binding placeholders
array of positional bindings or object of named bindings
limit, offset, and orderBy for the query
array of objects matching the query
Protected
fetchFetch many objects where fieldName is one of fieldValues.
map from fieldValue to objects that match the query for that fieldValue
Protected
fetchProtected
getTransformer definitions for field types. Used to modify values as they are read from or written to the database. Override in concrete subclasses to change transformation behavior. If a field type is not present in the map, then fields of that type will not be transformed.
Protected
insertProtected
update
Delete an object by ID.