Class ManagedBlockingJpaOperations

java.lang.Object
io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheBlockingQuery<?>,org.hibernate.Session>
io.quarkus.hibernate.orm.panache.common.runtime.AbstractManagedJpaOperations<PanacheBlockingQuery<?>>
io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingJpaOperations

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

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    delete, deleteById, findById, findById, findByIdOptional, findByIdOptional, findByIds, flush, flush, flush, getEntityManager, getSession, isPersistent, persist, persist, persist, persist, persist

    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, 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

    • ManagedBlockingJpaOperations

      public ManagedBlockingJpaOperations()
  • Method Details