ClassDrivenDataStore<T> class

Implemented types

Constructors

ClassDrivenDataStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRelation(String parentObjectId, String relationColumnName, {List<String>? childrenObjectIds, String? whereClause}) Future<int?>
override
create(List<T> objects) Future<List<String>?>
override
deepSave(T entity) Future<T?>
override
deleteRelation(String parentObjectId, String relationColumnName, {List<String>? childrenObjectIds, String? whereClause}) Future<int?>
override
find([DataQueryBuilder? queryBuilder]) Future<List<T?>?>
override
findById(String id, {List<String>? relations, int? relationsDepth, DataQueryBuilder? queryBuilder}) Future<T?>
override
findFirst({List<String>? relations, int? relationsDepth}) Future<T?>
override
findLast({List<String>? relations, int? relationsDepth}) Future<T?>
override
getObjectCount([DataQueryBuilder? queryBuilder]) Future<int?>
override
loadRelations<R>(String objectId, LoadRelationsQueryBuilder<R> queryBuilder) Future<List<R?>?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove({T? entity, String? whereClause}) Future<int?>
override
rt() EventHandler<T>
override
save(T entity, {bool isUpsert = false}) Future<T?>
override
setRelation(String parentObjectId, String relationColumnName, {List<String>? childrenObjectIds, String? whereClause}) Future<int?>
override
toString() String
A string representation of this object.
inherited
update(String whereClause, Map changes) Future<int?>
override

Operators

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