Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
abstract class BaseDaoFull<ID : Number, Entity : IRoomEntity<ID, Entity>, FullEntity>(id: DaoID<ID>, tableName: String, columnId: String, sortAll: String? = null) : BaseDao<ID, Entity> , IDaoFull<ID, Entity, FullEntity>
Link copied to clipboard
public because of @RawQuery functions, but should not be used directly