findOne

inline fun <E : Any, T : BaseTable<E>> T.findOne(predicate: (T) -> ColumnDeclaring<Boolean>): E?(source)

Deprecated

ktorm-global will be removed in the future, please migrate to the standard API.

Obtain an entity object matching the given predicate, auto left joining all the reference tables.