Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractJpaOperations<PanacheQueryType,
SessionType> - Class in io.quarkus.hibernate.reactive.panache.common.runtime - AbstractJpaOperations(Class<SessionType>) - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- AbstractManagedJpaOperations<PanacheQueryType> - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- AbstractManagedJpaOperations() - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- AbstractStatelessJpaOperations<PanacheQueryType> - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- AbstractStatelessJpaOperations() - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- AbstractUniInterceptor - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- AbstractUniInterceptor() - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractUniInterceptor
- addEntityTypesToPersistenceUnit(Map<String, String>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
B
- bindParameters(Mutiny.Query<?>, Object[]) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- bindParameters(T, Object[]) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- bindParameters(T, Map<String, Object>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
C
- checkForNamedQueryMistake(RuntimeException, String) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.NamedQueryUtil
- checkNamedQuery(Class<?>, String) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.NamedQueryUtil
- clear() - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
- clear(ShutdownContext) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.PanacheHibernateRecorder
- closeSession(String) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Close any session open for that persistence unit (stateless or managed, there can be only one opened at a time)
- CommonAbstractPanacheQueryImpl<Entity,
SessionType> - Class in io.quarkus.hibernate.reactive.panache.common.runtime - CommonAbstractPanacheQueryImpl(CommonAbstractPanacheQueryImpl<?, SessionType>, String, String, Class<?>) - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- CommonAbstractPanacheQueryImpl(Uni<SessionType>, String, String, String, Object) - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- CommonManagedPanacheQueryImpl<Entity> - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- CommonManagedPanacheQueryImpl(CommonManagedPanacheQueryImpl<?>, String, String, Class<?>) - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.CommonManagedPanacheQueryImpl
- CommonManagedPanacheQueryImpl(Uni<Mutiny.Session>, String, String, String, Object) - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.CommonManagedPanacheQueryImpl
- CommonStatelessPanacheQueryImpl<Entity> - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- CommonStatelessPanacheQueryImpl(CommonStatelessPanacheQueryImpl<?>, String, String, Class<?>) - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.CommonStatelessPanacheQueryImpl
- CommonStatelessPanacheQueryImpl(Uni<Mutiny.StatelessSession>, String, String, String, Object) - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.CommonStatelessPanacheQueryImpl
- count() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- count(Class<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- count(Class<?>, String, Parameters) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- count(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- count(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- createMutationQuery(Mutiny.Session, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- createMutationQuery(Mutiny.StatelessSession, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- createMutationQuery(SessionType, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- createNamedQuery(Mutiny.Session, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- createNamedQuery(Mutiny.Session, String, Class<R>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- createNamedQuery(Mutiny.StatelessSession, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- createNamedQuery(Mutiny.StatelessSession, String, Class<R>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- createNamedQuery(SessionType, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- createNamedQuery(SessionType, String, Class<R>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- createPanacheQuery(Uni<SessionType>, String, String, String, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- createSelectionQuery(Mutiny.Session, String, Class<R>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- createSelectionQuery(Mutiny.StatelessSession, String, Class<R>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- createSelectionQuery(SessionType, String, Class<R>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- customCountQueryForSpring - Variable in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
-
This is only used by the Spring Data JPA extension, due to Spring's Query annotation allowing a custom count query See https://docs.spring.io/spring-data/jpa/reference/jpa/query-methods.html#jpa.query-methods.at-query.native Otherwise we do not use this, and rely on ORM to generate count queries
D
- delete(Class<?>, String, Parameters) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- delete(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- delete(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- delete(Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- delete(Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- delete(Mutiny.Session, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- delete(Mutiny.StatelessSession, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- delete(SessionType, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- deleteAll(Class<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- deleteById(Class<?>, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- disableFilter(Mutiny.Session, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonManagedPanacheQueryImpl
- disableFilter(Mutiny.StatelessSession, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonStatelessPanacheQueryImpl
- disableFilter(SessionType, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
E
- em - Variable in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- em - Variable in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonStatelessPanacheQueryImpl
- EMPTY_OBJECT_ARRAY - Static variable in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- enableFilter(Mutiny.Session, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonManagedPanacheQueryImpl
- enableFilter(Mutiny.StatelessSession, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonStatelessPanacheQueryImpl
- enableFilter(SessionType, String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- entityToPersistenceUnit - Static variable in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- executeUpdate(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- executeUpdate(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- executeUpdate(String, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
-
Execute update on default persistence unit
- executeUpdate(String, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
-
Execute update on default persistence unit
- exists(Class<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- exists(Class<?>, String, Parameters) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- exists(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- exists(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
F
- filter(String, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- find(Class<?>, String, Parameters) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- find(Class<?>, String, Sort, Parameters) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- find(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- find(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- find(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- find(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- find(Mutiny.Session, Class<T>, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- find(Mutiny.Session, Class<T>, Object, LockMode) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- find(Mutiny.StatelessSession, Class<T>, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- find(Mutiny.StatelessSession, Class<T>, Object, LockMode) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- find(SessionType, Class<T>, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- find(SessionType, Class<T>, Object, LockMode) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- findAll(Class<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- findAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- findById(Class<?>, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- findById(Class<?>, Object, LockModeType) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- firstPage() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- firstResult() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- flush(Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
G
- getCurrentSession(Class<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- getCurrentSession(String) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
- getCurrentStatelessSession(String) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
- getNamedQuery(String) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.NamedQueryUtil
- getSession() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- getSession() - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
If there is a reactive session stored in the current Vert.x duplicated context then this session is reused.
- getSession(Class<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- getSession(String) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- getSession(String) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
- getStatelessSession() - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
If there is a reactive stateless session stored in the current Vert.x duplicated context then this stateless session is reused.
- getStatelessSession(String) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
H
- handleSpecialTestMethod(InvocationContext) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.TestReactiveTransactionalInterceptor
- hasNextPage() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- hasPreviousPage() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
I
- implementationInjectionMissing() - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- insert(Uni<Mutiny.StatelessSession>, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- insert(Iterable<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- insert(Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- insert(Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- insert(Object, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- insert(Stream<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- intercept(InvocationContext) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.ReactiveTransactionalInterceptor
- intercept(InvocationContext) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.TestReactiveTransactionalInterceptor
- intercept(InvocationContext) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.WithSessionInterceptor
- intercept(InvocationContext) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.WithSessionOnDemandInterceptor
- intercept(InvocationContext) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.WithTransactionInterceptor
- io.quarkus.hibernate.reactive.panache.common - package io.quarkus.hibernate.reactive.panache.common
- io.quarkus.hibernate.reactive.panache.common.runtime - package io.quarkus.hibernate.reactive.panache.common.runtime
- isNamedQuery(Class<?>, String) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.NamedQueryUtil
- isPersistent(Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- isSpecialTestMethod(InvocationContext) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.TestReactiveTransactionalInterceptor
- isUniReturnType(InvocationContext) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractUniInterceptor
L
- lastPage() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- list() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- list(Class<?>, String, Parameters) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- list(Class<?>, String, Sort, Parameters) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- list(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- list(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- list(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- list(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- list(PanacheQueryType) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- listAll(Class<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- listAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
N
- NamedQueryUtil - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- NestedProjectedClass - Annotation Interface in io.quarkus.hibernate.reactive.panache.common
-
Define a class that is used for query projection as a nest inside the projected class.
- newQuery(String, String, Class<T>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- newQuery(String, String, Class<T>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonManagedPanacheQueryImpl
- newQuery(String, String, Class<T>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonStatelessPanacheQueryImpl
- nextPage() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
P
- page() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- page(int, int) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- page(Page) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- pageCount() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- PanacheHibernateRecorder - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- PanacheHibernateRecorder() - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.PanacheHibernateRecorder
- paramCount(Object[]) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- paramCount(Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- persist(Uni<Mutiny.Session>, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- persist(Iterable<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- persist(Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- persist(Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- persist(Object, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- persist(Stream<?>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractManagedJpaOperations
- previousPage() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- proceedUni(InvocationContext) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractUniInterceptor
- project(Class<NewEntity>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonManagedPanacheQueryImpl
- project(Class<NewEntity>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonStatelessPanacheQueryImpl
- project(Class<T>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- ProjectedConstructor - Annotation Interface in io.quarkus.hibernate.reactive.panache.common
-
Marks a constructor to be used for panache projections.
- ProjectedFieldName - Annotation Interface in io.quarkus.hibernate.reactive.panache.common
-
Define a field's path for the SELECT statement when using a projection DTO.
R
- range(int, int) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- ReactiveTransactional - Annotation Interface in io.quarkus.hibernate.reactive.panache.common.runtime
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ReactiveTransactionalInterceptor - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- ReactiveTransactionalInterceptor() - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.ReactiveTransactionalInterceptor
S
- SessionOperations - Class in io.quarkus.hibernate.reactive.panache.common.runtime
-
Static util methods for
Mutiny.Session. - SessionOperations() - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
- setNamedQueryMap(Map<String, Map<String, String>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.NamedQueryUtil
- setNamedQueryMap(Map<String, Map<String, String>>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.PanacheHibernateRecorder
- singleResult() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- stateless() - Element in annotation interface io.quarkus.hibernate.reactive.panache.common.WithSession
-
Requests a stateless session, as opposed to a managed session.
- stateless() - Element in annotation interface io.quarkus.hibernate.reactive.panache.common.WithTransaction
-
WARNING: this is temporary, it will be removed in the future.
- stream() - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
T
- TestReactiveTransactionalInterceptor - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- TestReactiveTransactionalInterceptor() - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.TestReactiveTransactionalInterceptor
- TIMEOUT_MS - Static variable in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
U
- update(Class<?>, String, Parameters) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- update(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- update(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractJpaOperations
- update(Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
- upsert(Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.AbstractStatelessJpaOperations
V
- value() - Element in annotation interface io.quarkus.hibernate.reactive.panache.common.ProjectedFieldName
- value() - Element in annotation interface io.quarkus.hibernate.reactive.panache.common.WithSession
-
The name of the persistence unit.
- value() - Element in annotation interface io.quarkus.hibernate.reactive.panache.common.WithTransaction
-
The name of the persistence unit.
W
- withHint(String, Object) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- withLock(LockModeType) - Method in class io.quarkus.hibernate.reactive.panache.common.runtime.CommonAbstractPanacheQueryImpl
- withSession(String, Function<Mutiny.Session, Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Performs the work in the scope of a named reactive session.
- withSession(Function<Mutiny.Session, Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Performs the work in the scope of the default reactive session.
- WithSession - Annotation Interface in io.quarkus.hibernate.reactive.panache.common
-
Instructs Panache to perform the work represented by the
Unireturned from the intercepted method within a scope of a reactiveMutiny.Session. - WithSessionInterceptor - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- WithSessionInterceptor() - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.WithSessionInterceptor
- withSessionOnDemand(Supplier<Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Marks the current vertx duplicated context as "lazy" which indicates that a reactive session should be opened lazily if needed.
- WithSessionOnDemand - Annotation Interface in io.quarkus.hibernate.reactive.panache.common
-
Instructs Panache to trigger the
Unireturned from the intercepted method within a scope of a reactiveMutiny.Session(if needed). - WithSessionOnDemandInterceptor - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- WithSessionOnDemandInterceptor() - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.WithSessionOnDemandInterceptor
- withStatelessSession(String, Function<Mutiny.StatelessSession, Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Performs the work in the scope of a named reactive stateless session.
- withStatelessSession(Function<Mutiny.StatelessSession, Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Performs the work in the scope of the default reactive stateless session.
- withStatelessTransaction(String, Supplier<Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Performs the work in the scope of a reactive transaction.
- withStatelessTransaction(Function<Mutiny.Transaction, Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Performs the work in the scope of a reactive transaction.
- withStatelessTransaction(Supplier<Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Performs the work in the scope of a reactive transaction.
- withTransaction(String, Supplier<Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Performs the work in the scope of a reactive transaction.
- withTransaction(Function<Mutiny.Transaction, Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Performs the work in the scope of a reactive transaction.
- withTransaction(Supplier<Uni<T>>) - Static method in class io.quarkus.hibernate.reactive.panache.common.runtime.SessionOperations
-
Performs the work in the scope of a reactive transaction.
- WithTransaction - Annotation Interface in io.quarkus.hibernate.reactive.panache.common
-
Instructs Panache to trigger the
Unireturned from the intercepted method within a scope of a reactiveMutiny.Transaction. - WithTransactionInterceptor - Class in io.quarkus.hibernate.reactive.panache.common.runtime
- WithTransactionInterceptor() - Constructor for class io.quarkus.hibernate.reactive.panache.common.runtime.WithTransactionInterceptor
All Classes and Interfaces|All Packages|Constant Field Values
WithTransactioninstead.