Class JpaStatelessOperations

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

public class JpaStatelessOperations extends io.quarkus.hibernate.orm.panache.common.runtime.AbstractStatelessJpaOperations<PanacheQueryImpl<?>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Provides the default implementations for quarkus to wire up.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected PanacheQueryImpl<?>
    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, upsert, upsert

    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
  • Field Details

    • INSTANCE

      public static final JpaStatelessOperations INSTANCE
      Provides the default implementations for quarkus to wire up. Should not be used by third party developers.
  • Constructor Details

    • JpaStatelessOperations

      public JpaStatelessOperations()
  • Method Details

    • createPanacheQuery

      protected PanacheQueryImpl<?> 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<PanacheQueryImpl<?>,org.hibernate.StatelessSession>
    • list

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

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