Searched refs:selectAll (Results 1 – 4 of 4) sorted by relevance
67 internal val selectAll: MutableList<Query<*>> = copyOnWriteList() constant in TestEntityQueriesImpl69 override fun <T : Any> selectAll(mapper: (id: Long, value: String) -> T): Query<T> = in selectAll() method in TestEntityQueriesImpl72 selectAll, in selectAll()81 override fun selectAll(): Query<TestEntity> = selectAll(TestEntity::Impl) in selectAll() method in TestEntityQueriesImpl97 notifyQueries(-2020431062, { database.testEntityQueries.selectAll }) in selectAll()
10 fun <T : Any> selectAll(mapper: (id: Long, value: String) -> T): Query<T> method12 fun selectAll(): Query<TestEntity> method
6 selectAll:
80 val query = dao.selectAll() in test()