C
D
E
F
G
H
I
K
L
N
P
R
S
T
U
W
I
- io.quarkus.hibernate.orm.panache.kotlin - package io.quarkus.hibernate.orm.panache.kotlin
- io.quarkus.hibernate.orm.panache.kotlin.runtime - package io.quarkus.hibernate.orm.panache.kotlin.runtime
- isPersistent() - function in io.quarkus.hibernate.orm.panache.kotlin.PanacheEntity
- Returns true if this entity is persistent in the database.
- isPersistent() - function in io.quarkus.hibernate.orm.panache.kotlin.PanacheEntityBase
- Returns true if this entity is persistent in the database.
- isPersistent(Entity) - function in io.quarkus.hibernate.orm.panache.kotlin.PanacheRepository
- Returns true if the given entity is persistent in the database.
- isPersistent(Entity) - function in io.quarkus.hibernate.orm.panache.kotlin.PanacheRepositoryBase
- Returns true if the given entity is persistent in the database.
- isPersistent(Object) - function in io.quarkus.hibernate.orm.panache.common.runtime.KotlinJpaOperations