PrimaryKeyDataBean<TDao, TPrimaryKey> class abstract

Inheritance

Constructors

PrimaryKeyDataBean()
const

Properties

fields List<DataField<DataType>>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
layoutName String
no setterinherited
primaryKey PrimaryKey<DataType>
no setter
reactivePartitions List<DataField<DataType>>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getValue<TDataType extends DataType<T>, T>(TDao dao, DataField<TDataType> field) → T
inherited
join<Tb>(DataBean<Tb> other, {Filter? filter}) TupleJoinQuerySource<TDao, Tb>
Create JoinedQuerySource where this DataBean is used as main source.
inherited
leftJoin<Tb>(DataBean<Tb> other, {Filter? filter}) TupleJoinQuerySource<TDao, Tb?>
Create JoinedQuerySource where this DataBean is used as main source.
inherited
map(List<QueryResult> results) → TDao?
inherited
mapValues(Map<String, dynamic> data) → TDao
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unmap(TDao dao, {bool includePrimaryKey = false}) Map<DataField<DataType>, dynamic>
inherited

Operators

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