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
/
findById
find
By
Id
abstract
fun
findById
(
id
:
ID
)
:
E
?
(
source
)
Find a record by its ID.
Return
The record if found, null otherwise
Parameters
id
The primary key value