Dao constructor
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,
Implementation
Dao(
this.classElement,
this.name,
this.queryMethods,
this.insertionMethods,
this.updateMethods,
this.deletionMethods,
this.transactionMethods,
this.streamEntities,
this.streamViews,
this.typeConverters,
);