DevCore
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DevCore
database-api
/
com.peco2282.devcore.database
/
Repository
/
findById
find
By
Id
open
fun
findById
(
id
:
ID
)
:
E
?
Finds an entity by its ID.
Return
The entity if found, null otherwise.
Parameters
id
The ID to search for.