Searched defs:selectAll (Results 1 – 2 of 2) sorted by relevance
10 fun <T : Any> selectAll(mapper: (id: Long, value: String) -> T): Query<T> method12 fun selectAll(): Query<TestEntity> method
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 TestEntityQueriesImpl81 override fun selectAll(): Query<TestEntity> = selectAll(TestEntity::Impl) in selectAll() method in TestEntityQueriesImpl