Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.entity
/
Entity
/
Companion
/
create
create
fun
create
(
entityClass
:
KClass
<
*
>
)
:
Entity
<
*
>
(
source
)
inline
fun
<
E
:
Entity
<
E
>
>
create
(
)
:
E
(
source
)
Create an entity object by JDK dynamic proxy.