BaseQueryRepository<T extends BaseEntity> class abstract

Implementers

Constructors

BaseQueryRepository(DbTable querable)

Properties

db AbsDatabase
latefinal
hashCode int
The hash code for this object.
no setterinherited
querable DbTable
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

all(T entityCreator(), DbContext dbc) Future<List<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(Expr cond, T entityCreator(), DbContext dbc) Future<List<T>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited