Class ManagedReactiveJpaOperations

java.lang.Object
io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations<PanacheReactiveQuery<?>,org.hibernate.reactive.mutiny.Mutiny.Session>
io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations<PanacheReactiveQuery<?>>
io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveJpaOperations

public class ManagedReactiveJpaOperations extends io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations<PanacheReactiveQuery<?>>
  • Field Summary

    Fields inherited from class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations

    EMPTY_OBJECT_ARRAY, entityToPersistenceUnit
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createPanacheQuery(io.smallrye.mutiny.Uni<org.hibernate.reactive.mutiny.Mutiny.Session> session, String query, String originalQuery, String orderBy, Object paramsArrayOrMap)
     
    io.smallrye.mutiny.Uni<List<?>>
     

    Methods inherited from class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations

    createMutationQuery, createNamedQuery, createNamedQuery, createSelectionQuery, delete, delete, find, find, flush, getCurrentSession, isPersistent, persist, persist, persist, persist, persist, persist

    Methods inherited from class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations

    addEntityTypesToPersistenceUnit, bindParameters, bindParameters, bindParameters, count, count, count, count, delete, delete, delete, deleteAll, deleteById, executeUpdate, executeUpdate, executeUpdate, executeUpdate, exists, exists, exists, exists, find, find, find, find, find, find, findAll, findAll, findById, findById, getSession, getSession, getSession, implementationInjectionMissing, list, list, list, list, list, list, listAll, listAll, paramCount, paramCount, update, update, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ManagedReactiveJpaOperations

      public ManagedReactiveJpaOperations()
  • Method Details

    • createPanacheQuery

      protected PanacheReactiveQuery<?> createPanacheQuery(io.smallrye.mutiny.Uni<org.hibernate.reactive.mutiny.Mutiny.Session> session, String query, String originalQuery, String orderBy, Object paramsArrayOrMap)
      Specified by:
      createPanacheQuery in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations<PanacheReactiveQuery<?>,org.hibernate.reactive.mutiny.Mutiny.Session>
    • list

      public io.smallrye.mutiny.Uni<List<?>> list(PanacheReactiveQuery<?> query)
      Specified by:
      list in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations<PanacheReactiveQuery<?>,org.hibernate.reactive.mutiny.Mutiny.Session>