Class StatelessBlockingJpaOperations

java.lang.Object
io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheBlockingQuery<?>,org.hibernate.StatelessSession>
io.quarkus.hibernate.orm.panache.common.runtime.AbstractStatelessJpaOperations<PanacheBlockingQuery<?>>
io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingJpaOperations

public class StatelessBlockingJpaOperations extends io.quarkus.hibernate.orm.panache.common.runtime.AbstractStatelessJpaOperations<PanacheBlockingQuery<?>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createPanacheQuery(org.hibernate.StatelessSession session, String query, String originalQuery, String orderBy, Object paramsArrayOrMap)
     
    List<?>
     
     

    Methods inherited from class io.quarkus.hibernate.orm.panache.common.runtime.AbstractStatelessJpaOperations

    delete, deleteById, findById, findById, findByIdOptional, findByIdOptional, findByIds, insert, insert, insert, insert, insert, update, update

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

    addEntityTypesToPersistenceUnit, bindParameters, bindParameters, count, count, count, count, delete, delete, delete, deleteAll, executeUpdate, executeUpdate, executeUpdate, executeUpdate, exists, exists, exists, exists, find, find, find, find, find, find, findAll, findAll, getRepositoryEntityClass, getSession, getSession, getSession, getTransactionManager, implementationInjectionMissing, list, list, list, list, list, list, listAll, listAll, paramCount, paramCount, setRepositoryClassesToEntityClasses, setRollbackOnly, 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
  • Constructor Details

    • StatelessBlockingJpaOperations

      public StatelessBlockingJpaOperations()
  • Method Details

    • createPanacheQuery

      protected PanacheBlockingQuery<?> createPanacheQuery(org.hibernate.StatelessSession session, String query, String originalQuery, String orderBy, Object paramsArrayOrMap)
      Specified by:
      createPanacheQuery in class io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheBlockingQuery<?>,org.hibernate.StatelessSession>
    • list

      public List<?> list(PanacheBlockingQuery<?> query)
      Specified by:
      list in class io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheBlockingQuery<?>,org.hibernate.StatelessSession>
    • stream

      public Stream<?> stream(PanacheBlockingQuery<?> query)
      Specified by:
      stream in class io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheBlockingQuery<?>,org.hibernate.StatelessSession>