Class JpaOperations
java.lang.Object
io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQueryImpl<?>>
io.quarkus.hibernate.orm.panache.runtime.JpaOperations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JpaOperationsProvides the default implementations for quarkus to wire up. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PanacheQueryImpl<?>createPanacheQuery(org.hibernate.Session session, String query, String originalQuery, String orderBy, Object paramsArrayOrMap) List<?>list(PanacheQueryImpl<?> query) Stream<?>stream(PanacheQueryImpl<?> query) Methods inherited from class io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations
bindParameters, bindParameters, count, count, count, count, delete, delete, delete, delete, deleteAll, deleteById, executeUpdate, executeUpdate, executeUpdate, executeUpdate, exists, exists, exists, exists, find, find, find, find, find, find, findAll, findAll, findById, findById, findByIdOptional, findByIdOptional, flush, flush, flush, getEntityManager, getSession, getSession, getSession, getTransactionManager, implementationInjectionMissing, isPersistent, list, list, list, list, list, list, listAll, listAll, paramCount, paramCount, persist, persist, persist, persist, persist, setEntityToPersistenceUnit, setRollbackOnly, stream, stream, stream, stream, stream, stream, streamAll, streamAll, update, update, update
-
Field Details
-
INSTANCE
Provides the default implementations for quarkus to wire up. Should not be used by third party developers.
-
-
Constructor Details
-
JpaOperations
public JpaOperations()
-
-
Method Details
-
createPanacheQuery
protected PanacheQueryImpl<?> createPanacheQuery(org.hibernate.Session session, String query, String originalQuery, String orderBy, Object paramsArrayOrMap) - Specified by:
createPanacheQueryin classAbstractJpaOperations<PanacheQueryImpl<?>>
-
list
- Specified by:
listin classAbstractJpaOperations<PanacheQueryImpl<?>>
-
stream
- Specified by:
streamin classAbstractJpaOperations<PanacheQueryImpl<?>>
-