Class JpaOperations

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final JpaOperations
     

    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
    protected PanacheQueryImpl<?>
    createPanacheQuery(io.smallrye.mutiny.Uni<org.hibernate.reactive.mutiny.Mutiny.Session> session, String query, String originalQuery, String orderBy, Object paramsArrayOrMap)
     
    protected 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
  • Field Details

  • Constructor Details

    • JpaOperations

      public JpaOperations()
  • Method Details

    • createPanacheQuery

      protected PanacheQueryImpl<?> 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<PanacheQueryImpl<?>,org.hibernate.reactive.mutiny.Mutiny.Session>
    • list

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