inline fun <reified T : Entity<*>, V> findAllBy(property: KProperty1<T, V?>, value: V?): List<T>
Returns all database entries that match the given property