toggle menu
exkt
1.4.3
jvm
switch theme
search in API
exkt-ktorm
/
dev.d1s.exkt.ktorm
/
findByIdFrom
find
By
Id
From
fun
<
E
:
UuidIdentified
<
E
>
,
T
:
UuidIdentifiedEntities
<
E
>
>
Database
.
findByIdFrom
(
table
:
T
,
id
:
UUID
)
:
E
?
fun
<
E
:
UuidIdentified
<
E
>
,
T
:
UuidIdentifiedEntities
<
E
>
>
Database
.
findByIdFrom
(
table
:
T
,
id
:
String
)
:
E
?