findList
inline fun <E : Any, T : BaseTable<E>> T.findList(predicate: (T) -> ColumnDeclaring<Boolean>): List<E>(source)
Deprecated
ktorm-global will be removed in the future, please migrate to the standard API.
Obtain a list of entity objects matching the given predicate, auto left joining all the reference tables.