-
public final class KotlinJpaOperations extends AbstractJpaOperations<PanacheQueryImpl<?>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKotlinJpaOperations.Companion
-
Constructor Summary
Constructors Constructor Description KotlinJpaOperations()
-
Method Summary
Modifier and Type Method Description List<Object>list(PanacheQueryImpl<?> query)Stream<out Object>stream(PanacheQueryImpl<?> query)-
Methods inherited from class io.quarkus.hibernate.orm.panache.kotlin.runtime.KotlinJpaOperations
count, count, count, count, delete, delete, delete, delete, deleteAll, deleteById, executeUpdate, executeUpdate, executeUpdate, executeUpdate, executeUpdate, executeUpdate, exists, exists, exists, exists, find, find, find, find, find, find, findAll, findAll, findById, findById, findByIdOptional, findByIdOptional, flush, flush, flush, getEntityManager, getEntityManager, getEntityManager, isPersistent, list, list, list, list, list, list, listAll, listAll, paramCount, paramCount, persist, persist, persist, persist, persist, stream, stream, stream, stream, stream, stream, streamAll, streamAll, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
list
List<Object> list(PanacheQueryImpl<?> query)
-
stream
Stream<out Object> stream(PanacheQueryImpl<?> query)
-
-
-
-