AttributesLocalBaseRepository class abstract
- Inheritance
-
- Object
- DataRepository<
AttributesModel, AttributesSearchModel> - LocalRepository<
AttributesModel, AttributesSearchModel> - AttributesLocalBaseRepository
Constructors
-
AttributesLocalBaseRepository(LocalSqlDataStore sql, OpLogManager<
AttributesModel> opLogManager) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
opLogManager
→ OpLogManager<
AttributesModel> -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sql → LocalSqlDataStore
-
finalinherited
-
table
→ TableInfo<
Table, dynamic> -
no setter
- type → DataModelType
-
The
type
getter returns the type of the data model.no setteroverride
Methods
-
bulkCreate(
List< AttributesModel> entities) → FutureOr<void> -
inherited
-
create(
AttributesModel entity, {bool createOpLog = true, DataOperation dataOperation = DataOperation.create}) → FutureOr< void> -
The
create
method creates a new entity.inherited -
createOplogEntry(
AttributesModel entity, DataOperation operation) → FutureOr< void> -
inherited
-
delete(
AttributesModel entity, {bool createOpLog = true}) → FutureOr< void> -
The
delete
method deletes an existing entity.inherited -
getItemsToBeSyncedDown(
String createdBy) → Future< List< OpLogEntry< >AttributesModel> > -
inherited
-
getItemsToBeSyncedUp(
String createdBy) → Future< List< OpLogEntry< >AttributesModel> > -
inherited
-
markSyncedUp(
{OpLogEntry< AttributesModel> ? entry, String? clientReferenceId, int? id, bool? nonRecoverableError}) → FutureOr<void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
AttributesSearchModel query) → FutureOr< List< AttributesModel> > -
The
search
method searches for entities that match the given query.inherited -
toString(
) → String -
A string representation of this object.
inherited
-
update(
AttributesModel entity, {bool createOpLog = true}) → FutureOr< void> -
The
update
method updates an existing entity.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited