DfBaseRepository<T extends DfBaseModel<DfBaseEntity<DfBaseField> > > class
- Implementers
Constructors
- DfBaseRepository({@required T model})
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- model ↔ T
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
delete(
List< DfQuery> queries) → Future<List< DfResponse> > -
deleteBatch(
List< DfQuery> queries) → Future<List< DfResponse> > -
fetch(
DfQuery query) → Future< DfResponse> -
fetchAll(
DfBaseEntity< DfBaseField> entity) → Future<DfResponse> -
fetchCount(
DfQuery query) → Future< DfResponse> -
fetchSingleRecordWithPrimaryKeyValues(
DfBaseEntity< DfBaseField> entity, List values) → Future<DfResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
save(
List< DfQuery> queries) → Future<List< DfResponse> > -
saveBatch(
List< DfQuery> queries) → Future<List< DfResponse> > -
startInit(
) → Future< void> -
stop(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
truncate(
DfBaseEntity< DfBaseField> entity) → Future<DfResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited