Closed pot-mot closed 1 week ago
Add a function for KConfigurableRootQuery
fun exists(con: Connection? = null): Boolean = limit(1) .reselect { select(constant(1)) } .execute(con).isEmpty()
isNotEmpty
Add a function for KConfigurableRootQuery