Dao class
Constructors
-
Dao(ClassElement classElement, String name, List<
QueryMethod> queryMethods, List<InsertionMethod> insertionMethods, List<UpdateMethod> updateMethods, List<DeletionMethod> deletionMethods, List<TransactionMethod> transactionMethods, Set<Entity> streamEntities, Set<View> streamViews, Set<TypeConverter> typeConverters)
Properties
- classElement → ClassElement
-
final
-
deletionMethods
→ List<
DeletionMethod> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
insertionMethods
→ List<
InsertionMethod> -
final
- name → String
-
final
-
queryMethods
→ List<
QueryMethod> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
streamEntities
→ Set<
Entity> -
final
-
streamViews
→ Set<
View> -
final
-
transactionMethods
→ List<
TransactionMethod> -
final
-
typeConverters
→ Set<
TypeConverter> -
final
-
updateMethods
→ List<
UpdateMethod> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override