-
- All Implemented Interfaces:
-
droom.daro.core.data.database.AdUnitInfoEntityDao
@Generated(value = androidx.room.RoomProcessor) public final class AdUnitInfoEntityDao_Impl implements AdUnitInfoEntityDao
-
-
Constructor Summary
Constructors Constructor Description AdUnitInfoEntityDao_Impl(RoomDatabase __db)
-
Method Summary
Modifier and Type Method Description ObjectinsertAll(Array<AdUnitInfoEntity> entity, Continuation<out Object> $completion)ObjectgetAll(Continuation<out Object> $completion)static List<Class<out Object>>getRequiredConverters()-
-
Constructor Detail
-
AdUnitInfoEntityDao_Impl
AdUnitInfoEntityDao_Impl(RoomDatabase __db)
-
-
Method Detail
-
insertAll
Object insertAll(Array<AdUnitInfoEntity> entity, Continuation<out Object> $completion)
-
getAll
Object getAll(Continuation<out Object> $completion)
-
getRequiredConverters
@NonNull() static List<Class<out Object>> getRequiredConverters()
-
-
-
-