Package 

Class KotlinJpaOperations

    • Method Summary

      Modifier and Type Method Description
      List<out Object> list(PanacheQueryImpl<out Object> query)
      Stream<out Object> stream(PanacheQueryImpl<out Object> query)
      • Methods inherited from class io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations

        bindParameters, count, delete, delete, deleteAll, deleteById, executeUpdate, exists, find, findAll, findById, findByIdOptional, flush, getEntityManager, getTransactionManager, implementationInjectionMissing, isPersistent, list, listAll, paramCount, persist, setEntityToPersistenceUnit, setRollbackOnly, stream, streamAll, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait