KotlinTrader / com.doubleu.kotlintrader.database / Database / findAllBy

findAllBy

inline fun <reified T : Entity<*>, V> findAllBy(property: KProperty1<T, V?>, value: V?): List<T>

Returns all database entries that match the given property