-
public class KotlinJpaOperations extends AbstractJpaOperations<PanacheQueryImpl<out Object>>
-
-
Field Summary
Fields Modifier and Type Field Description public final static KotlinJpaOperationsINSTANCE
-
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
-
-
Method Detail
-
list
List<out Object> list(PanacheQueryImpl<out Object> query)
-
stream
Stream<out Object> stream(PanacheQueryImpl<out Object> query)
-
-
-
-