Interface PanacheBlockingOperations
- All Superinterfaces:
PanacheOperations<Object,List<?>, PanacheBlockingQuery<?>, Long, Void, Boolean, org.hibernate.Session, org.hibernate.StatelessSession>
- All Known Implementing Classes:
ManagedBlockingOperations,StatelessBlockingOperations
public interface PanacheBlockingOperations
extends PanacheOperations<Object,List<?>,PanacheBlockingQuery<?>,Long,Void,Boolean,org.hibernate.Session,org.hibernate.StatelessSession>
-
Method Summary
Modifier and TypeMethodDescriptionOptional<?> findByIdOptional(Class<?> entityClass, Object id) Optional<?> findByIdOptional(Class<?> entityClass, Object id, jakarta.persistence.LockModeType lockModeType) Stream<?> Stream<?> stream(Class<?> entityClass, String query, io.quarkus.panache.common.Sort sort, Map<String, Object> params) Stream<?> Stream<?> Stream<?> Stream<?> Methods inherited from interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
count, count, count, delete, delete, delete, deleteAll, deleteById, find, find, find, find, findAll, findAll, findById, findById, flush, getSession, getStatelessSession, insert, insert, insert, insert, isPersistent, list, list, list, list, listAll, listAll, persist, persist, persist, persist, persistAndFlush, update, update, update
-
Method Details
-
findByIdOptional
-
findByIdOptional
-
stream
-
stream
-
stream
-
stream
-
streamAll
-
streamAll
-