Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-exposed-starter
/
com.keel.db.repository
/
CrudRepository
/
existsById
exists
By
Id
abstract
fun
existsById
(
id
:
ID
)
:
Boolean
(
source
)
Check if a record exists with the given ID.
Return
true if the record exists
Parameters
id
The primary key value