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
FieldsModifier and TypeFieldDescriptionstatic final JpaStatelessOperationsProvides the default implementations for quarkus to wire up. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PanacheQueryImpl<?> createPanacheQuery(org.hibernate.StatelessSession 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.AbstractStatelessJpaOperations
delete, deleteById, findById, findById, findByIdOptional, findByIdOptional, findByIds, insert, insert, insert, insert, insert, update, update, upsert, upsertMethods 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
-
Field Details
-
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:
createPanacheQueryin classio.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQueryImpl<?>,org.hibernate.StatelessSession>
-
list
- Specified by:
listin classio.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQueryImpl<?>,org.hibernate.StatelessSession>
-
stream
- Specified by:
streamin classio.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations<PanacheQueryImpl<?>,org.hibernate.StatelessSession>
-