toggle menu
ktorceful
0.3
jvm
switch theme
search in API
ktorceful-dao
/
dev.herrrta.ktorceful.dao.interfaces
/
GetEntity
Get
Entity
interface
GetEntity
<
E
:
Any
,
PK
:
Any
>
:
Get
,
EntityRoute
Members
Functions
get
Link copied to clipboard
open
suspend
fun
get
(
call
:
RoutingCall
,
pk
:
PK
,
klass
:
KClass
<
E
>
)
get
Instance
Link copied to clipboard
abstract
suspend
fun
getInstance
(
pk
:
PK
)
:
E
?
Inherited functions
get
Link copied to clipboard
abstract
suspend
fun
get
(
call
:
RoutingCall
)