Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- API usage - Search tag in package io.quarkus.hibernate.panache
- Section
- AutoLong() - Constructor for class io.quarkus.hibernate.panache.WithId.AutoLong
- AutoString() - Constructor for class io.quarkus.hibernate.panache.WithId.AutoString
- AutoUUID() - Constructor for class io.quarkus.hibernate.panache.WithId.AutoUUID
C
- class_ - Static variable in class io.quarkus.hibernate.panache.WithId_
-
Static metamodel type for
WithId - count() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- count() - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- count() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Reads and caches the total number of entities this query operates on.
- count() - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Counts the number of this type of entity in the database.
- count() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- count() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- count() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- count() - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- count() - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- count(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- count(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- count(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- count(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- count(Class<?>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- count(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- count(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- count(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- count(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- count(Class<?>, String, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- count(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- count(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- count(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- count(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- count(Class<?>, String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- count(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- count(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- count(String, Object...) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Counts the number of this type of entity matching the given query, with optional indexed parameters.
- count(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- count(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- count(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- count(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- count(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Counts the number of this type of entity matching the given query, with named parameters.
- count(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- count(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- createPanacheQuery(Uni<Mutiny.Session>, String, String, String, Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveJpaOperations
- createPanacheQuery(Uni<Mutiny.StatelessSession>, String, String, String, Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveJpaOperations
- createPanacheQuery(Session, String, String, String, Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingJpaOperations
- createPanacheQuery(StatelessSession, String, String, String, Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingJpaOperations
D
- delegate - Variable in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- delegate - Variable in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- delegate - Variable in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- delete() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingEntity
-
Delete this entity from the database, if it is already persisted.
- delete() - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedEntityOperations
-
Delete this entity from the database, if it is already persisted.
- delete() - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveEntity
-
Delete this entity from the database, if it is already persisted.
- delete() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheManagedBlockingEntityOperationsImpl
- delete() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheManagedReactiveEntityOperationsImpl
- delete() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl
- delete() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl
- delete() - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingEntity
-
Delete this entity from the database.
- delete() - Method in interface io.quarkus.hibernate.panache.stateless.PanacheStatelessEntityOperations
-
Delete this entity from the database, if it is already persisted.
- delete() - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveEntity
-
Delete this entity from the database.
- delete(Entity) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryOperations
-
Delete the given entity from the database, if it is already persisted.
- delete(Entity) - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedRepositoryOperations
-
Delete the given entity from the database, if it is already persisted.
- delete(Entity) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryOperations
-
Delete the given entity from the database, if it is already persisted.
- delete(Entity) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryOperations
-
Delete the given entity from the database, if it is already inserted.
- delete(Entity) - Method in interface io.quarkus.hibernate.panache.stateless.PanacheStatelessRepositoryOperations
-
Delete the given entity from the database.
- delete(Entity) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryOperations
-
Delete the given entity from the database.
- delete(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- delete(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- delete(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- delete(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- delete(Class<?>, String, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- delete(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- delete(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- delete(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- delete(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- delete(Class<?>, String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- delete(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- delete(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- delete(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- delete(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- delete(Object) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- delete(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- delete(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- delete(String, Object...) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Delete all entities of this type matching the given query, with optional indexed parameters.
- delete(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- delete(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- delete(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- delete(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- delete(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Delete all entities of this type matching the given query, with named parameters.
- delete(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- delete(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- deleteAll() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- deleteAll() - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- deleteAll() - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Delete all entities of this type from the database.
- deleteAll() - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- deleteAll() - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- deleteAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- deleteAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- deleteAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- deleteAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- deleteAll(Class<?>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- deleteById(Id) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- deleteById(Id) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- deleteById(Id) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Delete an entity of this type by ID.
- deleteById(Id) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- deleteById(Id) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- deleteById(Class<?>, Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- deleteById(Class<?>, Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- deleteById(Class<?>, Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- deleteById(Class<?>, Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- deleteById(Class<?>, Object) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
F
- filter(String) - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Enables a Hibernate filter during fetching of results for this query.
- filter(String) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- filter(String) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- filter(String) - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- filter(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Enables a Hibernate filter during fetching of results for this query.
- filter(String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- filter(String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- filter(String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- find(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- find(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- find(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- find(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- find(Class<?>, String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- find(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- find(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- find(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- find(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- find(Class<?>, String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- find(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- find(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- find(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- find(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- find(Class<?>, String, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- find(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- find(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- find(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- find(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- find(Class<?>, String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- find(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- find(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- find(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find entities using a query and the given sort options, with optional indexed parameters.
- find(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- find(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- find(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- find(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- find(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find entities using a query and the given sort options, with named parameters.
- find(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- find(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- find(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- find(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- find(String, Object...) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find entities using a query, with optional indexed parameters.
- find(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- find(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- find(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- find(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- find(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find entities using a query, with named parameters.
- find(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- find(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- findAll() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- findAll() - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- findAll() - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find all entities of this type.
- findAll() - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- findAll() - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- findAll(Sort) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- findAll(Sort) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- findAll(Sort) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find all entities of this type, in the given order.
- findAll(Sort) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- findAll(Sort) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- findAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- findAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- findAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- findAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- findAll(Class<?>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- findAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- findAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- findAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- findAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- findAll(Class<?>, Sort) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- findById(Id) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- findById(Id) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- findById(Id) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find an entity of this type by ID.
- findById(Id) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- findById(Id) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- findById(Id, LockModeType) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- findById(Id, LockModeType) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- findById(Id, LockModeType) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find an entity of this type by ID and lock it.
- findById(Id, LockModeType) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- findById(Id, LockModeType) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- findById(Class<?>, Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- findById(Class<?>, Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- findById(Class<?>, Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- findById(Class<?>, Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- findById(Class<?>, Object) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- findById(Class<?>, Object, LockModeType) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- findById(Class<?>, Object, LockModeType) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- findById(Class<?>, Object, LockModeType) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- findById(Class<?>, Object, LockModeType) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- findById(Class<?>, Object, LockModeType) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- findByIdOptional(Id) - Method in interface io.quarkus.hibernate.panache.blocking.PanacheRepositoryBlockingQueries
-
Find an entity of this type by ID.
- findByIdOptional(Id) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- findByIdOptional(Id) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- findByIdOptional(Id, LockModeType) - Method in interface io.quarkus.hibernate.panache.blocking.PanacheRepositoryBlockingQueries
-
Find an entity of this type by ID.
- findByIdOptional(Id, LockModeType) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- findByIdOptional(Id, LockModeType) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- findByIdOptional(Class<?>, Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- findByIdOptional(Class<?>, Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- findByIdOptional(Class<?>, Object) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheBlockingOperations
- findByIdOptional(Class<?>, Object, LockModeType) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- findByIdOptional(Class<?>, Object, LockModeType) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- findByIdOptional(Class<?>, Object, LockModeType) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheBlockingOperations
- firstPage() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Sets the current page to the first page
- firstPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- firstPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- firstPage() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- firstResult() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Returns the first result of the current page index.
- firstResult() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- firstResult() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- firstResult() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- firstResultOptional() - Method in interface io.quarkus.hibernate.panache.blocking.PanacheBlockingQuery
-
Returns the first result of the current page index.
- firstResultOptional() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- flush() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryOperations
-
Flushes all pending changes to the database using the Session for the
entity class. - flush() - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedRepositoryOperations
-
Flushes all pending changes to the database using the Session for the
entity class. - flush() - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryOperations
-
Flushes all pending changes to the database using the Session for the
entity class. - flush(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- flush(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- flush(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- flush(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- flush(Object) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
G
- getBlockingManaged() - Static method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- getBlockingStateless() - Static method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- getReactiveManaged() - Static method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- getReactiveStateless() - Static method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- getSession() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryOperations
-
Returns the
Sessionfor theentity class for extra operations (eg. - getSession() - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedRepositoryOperations
-
Returns the
PanacheManagedRepositoryOperationsfor theentity class for extra operations (eg. - getSession() - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryOperations
-
Returns the
Mutiny.Sessionfor theentity class for extra operations (eg. - getSession() - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryOperations
-
Returns the
StatelessSessionfor theentity class for extra operations (eg. - getSession() - Method in interface io.quarkus.hibernate.panache.stateless.PanacheStatelessRepositoryOperations
-
Returns the
PanacheStatelessRepositoryOperationsfor theentity class for extra operations (eg. - getSession() - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryOperations
-
Returns the
Mutiny.StatelessSessionfor theentity class for extra operations (eg. - getSession(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- getSession(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- getSession(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- getSession(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- getSession(Class<?>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- getStatelessSession(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- getStatelessSession(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- getStatelessSession(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- getStatelessSession(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- getStatelessSession(Class<?>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
H
- hasNextPage() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Returns true if there is another page to read after the current one.
- hasNextPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- hasNextPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- hasNextPage() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- hasPreviousPage() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Returns true if there is a page to read before the current one.
- hasPreviousPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- hasPreviousPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- hasPreviousPage() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
I
- id - Static variable in interface io.quarkus.hibernate.panache._WithId
-
Static metamodel for attribute
WithId.id - id - Static variable in class io.quarkus.hibernate.panache.WithId_
-
Static metamodel for attribute
WithId.id - id - Variable in class io.quarkus.hibernate.panache.WithId
-
The auto-generated ID field.
- ID - Static variable in interface io.quarkus.hibernate.panache._WithId
- ID - Static variable in class io.quarkus.hibernate.panache.WithId_
- insert() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl
- insert() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl
- insert() - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingEntity
-
Insert this entity in the database.
- insert() - Method in interface io.quarkus.hibernate.panache.stateless.PanacheStatelessEntityOperations
-
Insert this entity in the database.
- insert() - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveEntity
-
Insert this entity in the database.
- insert(Entity) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryOperations
-
Insert the given entity in the database, if not already inserted.
- insert(Entity) - Method in interface io.quarkus.hibernate.panache.stateless.PanacheStatelessRepositoryOperations
-
Insert the given entity in the database.
- insert(Entity) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryOperations
-
Insert the given entity in the database.
- insert(Entity, Entity...) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryOperations
-
Insert all given entities.
- insert(Entity, Entity...) - Method in interface io.quarkus.hibernate.panache.stateless.PanacheStatelessRepositoryOperations
-
Insert all given entities.
- insert(Entity, Entity...) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryOperations
-
Insert all given entities.
- insert(Iterable<Entity>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryOperations
-
Insert all given entities.
- insert(Iterable<Entity>) - Method in interface io.quarkus.hibernate.panache.stateless.PanacheStatelessRepositoryOperations
-
Insert all given entities.
- insert(Iterable<Entity>) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryOperations
-
Insert all given entities.
- insert(Iterable<Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- insert(Iterable<Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- insert(Iterable<Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- insert(Iterable<Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- insert(Iterable<Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- insert(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- insert(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- insert(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- insert(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- insert(Object) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- insert(Object, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- insert(Object, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- insert(Object, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- insert(Object, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- insert(Object, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- insert(Stream<Entity>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryOperations
-
Insert all given entities.
- insert(Stream<Entity>) - Method in interface io.quarkus.hibernate.panache.stateless.PanacheStatelessRepositoryOperations
-
Insert all given entities.
- insert(Stream<Entity>) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryOperations
-
Insert all given entities.
- insert(Stream<Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- insert(Stream<Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- insert(Stream<Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- insert(Stream<Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- insert(Stream<Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- INSTANCE - Static variable in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- INSTANCE - Static variable in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- INSTANCE - Static variable in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- INSTANCE - Static variable in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- io.quarkus.hibernate.panache - package io.quarkus.hibernate.panache
-
API usage
- io.quarkus.hibernate.panache.blocking - package io.quarkus.hibernate.panache.blocking
- io.quarkus.hibernate.panache.managed - package io.quarkus.hibernate.panache.managed
- io.quarkus.hibernate.panache.managed.blocking - package io.quarkus.hibernate.panache.managed.blocking
- io.quarkus.hibernate.panache.managed.reactive - package io.quarkus.hibernate.panache.managed.reactive
- io.quarkus.hibernate.panache.reactive - package io.quarkus.hibernate.panache.reactive
- io.quarkus.hibernate.panache.runtime - package io.quarkus.hibernate.panache.runtime
- io.quarkus.hibernate.panache.runtime.hr - package io.quarkus.hibernate.panache.runtime.hr
- io.quarkus.hibernate.panache.runtime.orm - package io.quarkus.hibernate.panache.runtime.orm
- io.quarkus.hibernate.panache.runtime.spi - package io.quarkus.hibernate.panache.runtime.spi
- io.quarkus.hibernate.panache.stateless - package io.quarkus.hibernate.panache.stateless
- io.quarkus.hibernate.panache.stateless.blocking - package io.quarkus.hibernate.panache.stateless.blocking
- io.quarkus.hibernate.panache.stateless.reactive - package io.quarkus.hibernate.panache.stateless.reactive
- isPersistent() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingEntity
-
Returns true if this entity is persistent in the database.
- isPersistent() - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedEntityOperations
-
Returns true if this entity is persistent in the database.
- isPersistent() - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveEntity
-
Returns true if this entity is persistent in the database.
- isPersistent() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheManagedBlockingEntityOperationsImpl
- isPersistent() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheManagedReactiveEntityOperationsImpl
- isPersistent(Entity) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryOperations
-
Returns true if the given entity is persistent in the database.
- isPersistent(Entity) - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedRepositoryOperations
-
Returns true if the given entity is persistent in the database.
- isPersistent(Entity) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryOperations
-
Returns true if the given entity is persistent in the database.
- isPersistent(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- isPersistent(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- isPersistent(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- isPersistent(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- isPersistent(Object) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
L
- lastPage() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Sets the current page to the last page.
- lastPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- lastPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- lastPage() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- list() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Returns the current page of results as a
List. - list() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- list() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- list() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- list(PanacheBlockingQuery<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingJpaOperations
- list(PanacheBlockingQuery<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingJpaOperations
- list(PanacheReactiveQuery<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveJpaOperations
- list(PanacheReactiveQuery<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveJpaOperations
- list(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- list(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- list(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- list(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- list(Class<?>, String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- list(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- list(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- list(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- list(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- list(Class<?>, String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- list(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- list(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- list(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- list(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- list(Class<?>, String, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- list(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- list(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- list(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- list(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- list(Class<?>, String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- list(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- list(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- list(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find entities matching a query and the given sort options, with optional indexed parameters.
- list(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- list(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- list(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- list(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- list(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find entities matching a query and the given sort options, with named parameters.
- list(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- list(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- list(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- list(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- list(String, Object...) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find entities matching a query, with optional indexed parameters.
- list(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- list(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- list(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- list(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- list(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find entities matching a query, with named parameters.
- list(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- list(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- listAll() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- listAll() - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- listAll() - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find all entities of this type.
- listAll() - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- listAll() - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- listAll(Sort) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- listAll(Sort) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- listAll(Sort) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Find all entities of this type, in the given order.
- listAll(Sort) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- listAll(Sort) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- listAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- listAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- listAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- listAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- listAll(Class<?>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- listAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- listAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- listAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- listAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- listAll(Class<?>, Sort) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
M
- managedBlocking() - Method in interface io.quarkus.hibernate.panache.PanacheEntityMarker
- managedBlocking() - Method in interface io.quarkus.hibernate.panache.PanacheRepositorySwitcher
- ManagedBlockingJpaOperations - Class in io.quarkus.hibernate.panache.runtime.orm
- ManagedBlockingJpaOperations() - Constructor for class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingJpaOperations
- ManagedBlockingOperations - Class in io.quarkus.hibernate.panache.runtime.orm
- managedReactive() - Method in interface io.quarkus.hibernate.panache.PanacheEntityMarker
- managedReactive() - Method in interface io.quarkus.hibernate.panache.PanacheRepositorySwitcher
- ManagedReactiveJpaOperations - Class in io.quarkus.hibernate.panache.runtime.hr
- ManagedReactiveJpaOperations() - Constructor for class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveJpaOperations
- ManagedReactiveOperations - Class in io.quarkus.hibernate.panache.runtime.hr
N
- nextPage() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Sets the current page to the next page
- nextPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- nextPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- nextPage() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
P
- page() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Returns the current page.
- page() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- page() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- page() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- page(int, int) - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Sets the current page.
- page(int, int) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- page(int, int) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- page(int, int) - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- page(Page) - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Sets the current page.
- page(Page) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- page(Page) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- page(Page) - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- pageCount() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Returns the total number of pages to be read using the current page size.
- pageCount() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- pageCount() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- pageCount() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- Panache - Class in io.quarkus.hibernate.panache
-
Utility class for Panache.
- Panache() - Constructor for class io.quarkus.hibernate.panache.Panache
- PanacheBlockingOperations - Interface in io.quarkus.hibernate.panache.runtime.spi
- PanacheBlockingQuery<Entity> - Interface in io.quarkus.hibernate.panache.blocking
- PanacheBlockingQueryImpl<Entity> - Class in io.quarkus.hibernate.panache.runtime.orm
- PanacheBlockingQueryImpl(CommonPanacheQueryImpl<Entity>) - Constructor for class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- PanacheBlockingQueryImpl(SharedSessionContract, String, String, String, Object) - Constructor for class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- PanacheEntity - Class in io.quarkus.hibernate.panache
-
This is just an alias for
PanacheManagedBlockingEntityandWithId.AutoLongfor people coming from Panache 1 - PanacheEntity() - Constructor for class io.quarkus.hibernate.panache.PanacheEntity
- PanacheEntity.Managed - Interface in io.quarkus.hibernate.panache
-
Represents an entity with managed blocking operations.
- PanacheEntity.Reactive - Interface in io.quarkus.hibernate.panache
-
Represents an entity with managed reactive operations.
- PanacheEntity.Reactive.Stateless - Interface in io.quarkus.hibernate.panache
-
Represents an entity with stateless reactive operations.
- PanacheEntity.Stateless - Interface in io.quarkus.hibernate.panache
-
Represents an entity with stateless blocking operations.
- PanacheEntityBase - Class in io.quarkus.hibernate.panache
-
This is just an alias for
PanacheManagedBlockingEntityfor people coming from Panache 1 - PanacheEntityBase() - Constructor for class io.quarkus.hibernate.panache.PanacheEntityBase
- PanacheEntityMarker - Interface in io.quarkus.hibernate.panache
- PanacheEntityMarker.PanacheManagedBlockingEntityOperationsImpl - Class in io.quarkus.hibernate.panache
- PanacheEntityMarker.PanacheManagedReactiveEntityOperationsImpl - Class in io.quarkus.hibernate.panache
- PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl - Class in io.quarkus.hibernate.panache
- PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl - Class in io.quarkus.hibernate.panache
- PanacheHibernateRecorder - Class in io.quarkus.hibernate.panache.runtime
- PanacheHibernateRecorder() - Constructor for class io.quarkus.hibernate.panache.runtime.PanacheHibernateRecorder
- PanacheManagedBlockingEntity - Interface in io.quarkus.hibernate.panache.managed.blocking
- PanacheManagedBlockingEntityOperationsImpl(Object) - Constructor for class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheManagedBlockingEntityOperationsImpl
- PanacheManagedBlockingRepository<Entity> - Interface in io.quarkus.hibernate.panache.managed.blocking
- PanacheManagedBlockingRepositoryBase<Entity,
Id> - Interface in io.quarkus.hibernate.panache.managed.blocking - PanacheManagedBlockingRepositoryOperations<Entity,
Id> - Interface in io.quarkus.hibernate.panache.managed.blocking - PanacheManagedBlockingRepositoryQueries<Entity,
Id> - Interface in io.quarkus.hibernate.panache.managed.blocking - PanacheManagedEntityOperations<Completion,
Confirmation> - Interface in io.quarkus.hibernate.panache.managed - PanacheManagedReactiveEntity - Interface in io.quarkus.hibernate.panache.managed.reactive
- PanacheManagedReactiveEntityOperationsImpl(Object) - Constructor for class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheManagedReactiveEntityOperationsImpl
- PanacheManagedReactiveQueryImpl<Entity> - Class in io.quarkus.hibernate.panache.runtime.hr
- PanacheManagedReactiveQueryImpl(CommonManagedPanacheQueryImpl<Entity>) - Constructor for class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- PanacheManagedReactiveQueryImpl(Uni<Mutiny.Session>, String, String, String, Object) - Constructor for class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- PanacheManagedReactiveRepository<Entity> - Interface in io.quarkus.hibernate.panache.managed.reactive
- PanacheManagedReactiveRepositoryBase<Entity,
Id> - Interface in io.quarkus.hibernate.panache.managed.reactive - PanacheManagedReactiveRepositoryOperations<Entity,
Id> - Interface in io.quarkus.hibernate.panache.managed.reactive - PanacheManagedReactiveRepositoryQueries<Entity,
Id> - Interface in io.quarkus.hibernate.panache.managed.reactive - PanacheManagedRepositoryOperations<Entity,
Session, - Interface in io.quarkus.hibernate.panache.managedCompletion, Confirmation, Id> - PanacheOperations<One,
Many, - Interface in io.quarkus.hibernate.panache.runtime.spiQuery, Count, Completion, Confirmation, Session, StatelessSession> - PanacheQuery<Entity,
EntityList, - Interface in io.quarkus.hibernate.panacheConfirmation, Count> - PanacheReactiveOperations - Interface in io.quarkus.hibernate.panache.runtime.spi
- PanacheReactiveQuery<Entity> - Interface in io.quarkus.hibernate.panache.reactive
- PanacheRepository<Entity> - Interface in io.quarkus.hibernate.panache
- PanacheRepository.Managed<Entity,
Id> - Interface in io.quarkus.hibernate.panache - PanacheRepository.Reactive<Entity,
Id> - Interface in io.quarkus.hibernate.panache - PanacheRepository.Reactive.Stateless<Entity,
Id> - Interface in io.quarkus.hibernate.panache - PanacheRepository.Stateless<Entity,
Id> - Interface in io.quarkus.hibernate.panache - PanacheRepositoryBlockingQueries<Entity,
Id> - Interface in io.quarkus.hibernate.panache.blocking - PanacheRepositoryQueries<Entity,
EntityList, - Interface in io.quarkus.hibernate.panacheQuery, Count, Confirmation, Id> - PanacheRepositoryReactiveQueries<Entity,
Id> - Interface in io.quarkus.hibernate.panache.reactive - PanacheRepositorySwitcher<Entity,
Id> - Interface in io.quarkus.hibernate.panache - PanacheStatelessBlockingEntity - Interface in io.quarkus.hibernate.panache.stateless.blocking
- PanacheStatelessBlockingEntityOperationsImpl(Object) - Constructor for class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl
- PanacheStatelessBlockingRepository<Entity> - Interface in io.quarkus.hibernate.panache.stateless.blocking
- PanacheStatelessBlockingRepositoryBase<Entity,
Id> - Interface in io.quarkus.hibernate.panache.stateless.blocking - PanacheStatelessBlockingRepositoryOperations<Entity,
Id> - Interface in io.quarkus.hibernate.panache.stateless.blocking - PanacheStatelessBlockingRepositoryQueries<Entity,
Id> - Interface in io.quarkus.hibernate.panache.stateless.blocking - PanacheStatelessEntityOperations<Completion,
Confirmation> - Interface in io.quarkus.hibernate.panache.stateless - PanacheStatelessReactiveEntity - Interface in io.quarkus.hibernate.panache.stateless.reactive
- PanacheStatelessReactiveEntityOperationsImpl(Object) - Constructor for class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl
- PanacheStatelessReactiveQueryImpl<Entity> - Class in io.quarkus.hibernate.panache.runtime.hr
- PanacheStatelessReactiveQueryImpl(CommonStatelessPanacheQueryImpl<Entity>) - Constructor for class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- PanacheStatelessReactiveQueryImpl(Uni<Mutiny.StatelessSession>, String, String, String, Object) - Constructor for class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- PanacheStatelessReactiveRepository<Entity> - Interface in io.quarkus.hibernate.panache.stateless.reactive
- PanacheStatelessReactiveRepositoryBase<Entity,
Id> - Interface in io.quarkus.hibernate.panache.stateless.reactive - PanacheStatelessReactiveRepositoryOperations<Entity,
Id> - Interface in io.quarkus.hibernate.panache.stateless.reactive - PanacheStatelessReactiveRepositoryQueries<Entity,
Id> - Interface in io.quarkus.hibernate.panache.stateless.reactive - PanacheStatelessRepositoryOperations<Entity,
Session, - Interface in io.quarkus.hibernate.panache.statelessCompletion, Confirmation, Id> - persist() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingEntity
-
Persist this entity in the database, if not already persisted.
- persist() - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedEntityOperations
-
Persist this entity in the database, if not already persisted.
- persist() - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveEntity
-
Persist this entity in the database, if not already persisted.
- persist() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheManagedBlockingEntityOperationsImpl
- persist() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheManagedReactiveEntityOperationsImpl
- persist(Entity) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryOperations
-
Persist the given entity in the database, if not already persisted.
- persist(Entity) - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedRepositoryOperations
-
Persist the given entity in the database, if not already persisted.
- persist(Entity) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryOperations
-
Persist the given entity in the database, if not already persisted.
- persist(Entity, Entity...) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryOperations
-
Persist all given entities.
- persist(Entity, Entity...) - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedRepositoryOperations
-
Persist all given entities.
- persist(Entity, Entity...) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryOperations
-
Persist all given entities.
- persist(Iterable<Entity>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryOperations
-
Persist all given entities.
- persist(Iterable<Entity>) - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedRepositoryOperations
-
Persist all given entities.
- persist(Iterable<Entity>) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryOperations
-
Persist all given entities.
- persist(Iterable<Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- persist(Iterable<Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- persist(Iterable<Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- persist(Iterable<Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- persist(Iterable<Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- persist(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- persist(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- persist(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- persist(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- persist(Object) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- persist(Object, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- persist(Object, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- persist(Object, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- persist(Object, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- persist(Object, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- persist(Stream<Entity>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryOperations
-
Persist all given entities.
- persist(Stream<Entity>) - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedRepositoryOperations
-
Persist all given entities.
- persist(Stream<Entity>) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryOperations
-
Persist all given entities.
- persist(Stream<Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- persist(Stream<Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- persist(Stream<Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- persist(Stream<Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- persist(Stream<Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- persistAndFlush() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingEntity
-
Persist this entity in the database, if not already persisted.
- persistAndFlush() - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedEntityOperations
-
Persist this entity in the database, if not already persisted.
- persistAndFlush() - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveEntity
-
Persist this entity in the database, if not already persisted.
- persistAndFlush() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheManagedBlockingEntityOperationsImpl
- persistAndFlush() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheManagedReactiveEntityOperationsImpl
- persistAndFlush(Entity) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryOperations
-
Persist the given entity in the database, if not already persisted.
- persistAndFlush(Entity) - Method in interface io.quarkus.hibernate.panache.managed.PanacheManagedRepositoryOperations
-
Persist the given entity in the database, if not already persisted.
- persistAndFlush(Entity) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryOperations
-
Persist the given entity in the database, if not already persisted.
- persistAndFlush(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- persistAndFlush(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- persistAndFlush(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- persistAndFlush(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- persistAndFlush(Object) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- previousPage() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Sets the current page to the previous page (or the first page if there is no previous page)
- previousPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- previousPage() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- previousPage() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- project(Class<NewEntity>) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- project(Class<NewEntity>) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- project(Class<NewEntity>) - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- project(Class<T>) - Method in interface io.quarkus.hibernate.panache.blocking.PanacheBlockingQuery
-
Defines a projection class.
- project(Class<T>) - Method in interface io.quarkus.hibernate.panache.reactive.PanacheReactiveQuery
-
Defines a projection class.
R
- range(int, int) - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Switch the query to use a fixed range (start index - last index) instead of a page.
- range(int, int) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- range(int, int) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- range(int, int) - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
S
- setEntityToPersistenceUnit(Map<String, String>, boolean, boolean) - Method in class io.quarkus.hibernate.panache.runtime.PanacheHibernateRecorder
- setRepositoryClassesToEntityClasses(Map<Class<?>, Class<?>>) - Method in class io.quarkus.hibernate.panache.runtime.PanacheHibernateRecorder
- Simplified queries - Search tag in package io.quarkus.hibernate.panache
- Section
- singleResult() - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Executes this query for the current page and return a single result.
- singleResult() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- singleResult() - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- singleResult() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- singleResultOptional() - Method in interface io.quarkus.hibernate.panache.blocking.PanacheBlockingQuery
-
Executes this query for the current page and return a single result.
- singleResultOptional() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- statelessBlocking() - Method in interface io.quarkus.hibernate.panache.PanacheEntityMarker
- statelessBlocking() - Method in interface io.quarkus.hibernate.panache.PanacheRepositorySwitcher
- StatelessBlockingJpaOperations - Class in io.quarkus.hibernate.panache.runtime.orm
- StatelessBlockingJpaOperations() - Constructor for class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingJpaOperations
- StatelessBlockingOperations - Class in io.quarkus.hibernate.panache.runtime.orm
- statelessReactive() - Method in interface io.quarkus.hibernate.panache.PanacheEntityMarker
- statelessReactive() - Method in interface io.quarkus.hibernate.panache.PanacheRepositorySwitcher
- StatelessReactiveJpaOperations - Class in io.quarkus.hibernate.panache.runtime.hr
- StatelessReactiveJpaOperations() - Constructor for class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveJpaOperations
- StatelessReactiveOperations - Class in io.quarkus.hibernate.panache.runtime.hr
- stream() - Method in interface io.quarkus.hibernate.panache.blocking.PanacheBlockingQuery
-
Returns the current page of results as a
Stream. - stream() - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- stream(PanacheBlockingQuery<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingJpaOperations
- stream(PanacheBlockingQuery<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingJpaOperations
- stream(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- stream(Class<?>, String, Sort, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- stream(Class<?>, String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheBlockingOperations
- stream(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- stream(Class<?>, String, Sort, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- stream(Class<?>, String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheBlockingOperations
- stream(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- stream(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- stream(Class<?>, String, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheBlockingOperations
- stream(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- stream(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- stream(Class<?>, String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheBlockingOperations
- stream(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.blocking.PanacheRepositoryBlockingQueries
-
Find entities matching a query and the given sort options, with optional indexed parameters.
- stream(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- stream(String, Sort, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- stream(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.blocking.PanacheRepositoryBlockingQueries
-
Find entities matching a query and the given sort options, with named parameters.
- stream(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- stream(String, Sort, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- stream(String, Object...) - Method in interface io.quarkus.hibernate.panache.blocking.PanacheRepositoryBlockingQueries
-
Find entities matching a query, with optional indexed parameters.
- stream(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- stream(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- stream(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.blocking.PanacheRepositoryBlockingQueries
-
Find entities matching a query, with named parameters.
- stream(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- stream(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- streamAll() - Method in interface io.quarkus.hibernate.panache.blocking.PanacheRepositoryBlockingQueries
-
Find all entities of this type, in the given order.
- streamAll() - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- streamAll() - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- streamAll(Sort) - Method in interface io.quarkus.hibernate.panache.blocking.PanacheRepositoryBlockingQueries
-
Find all entities of this type.
- streamAll(Sort) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- streamAll(Sort) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- streamAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- streamAll(Class<?>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- streamAll(Class<?>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheBlockingOperations
- streamAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- streamAll(Class<?>, Sort) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- streamAll(Class<?>, Sort) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheBlockingOperations
T
- toString() - Method in class io.quarkus.hibernate.panache.WithId
U
- update() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheStatelessBlockingEntityOperationsImpl
- update() - Method in class io.quarkus.hibernate.panache.PanacheEntityMarker.PanacheStatelessReactiveEntityOperationsImpl
- update() - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingEntity
-
Update this entity in the database.
- update() - Method in interface io.quarkus.hibernate.panache.stateless.PanacheStatelessEntityOperations
-
Update this entity to the database.
- update() - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveEntity
-
Update this entity in the database.
- update(Entity) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryOperations
-
Update the given entity in the database.
- update(Entity) - Method in interface io.quarkus.hibernate.panache.stateless.PanacheStatelessRepositoryOperations
-
Update the given entity in the database.
- update(Entity) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryOperations
-
Update the given entity in the database.
- update(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- update(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- update(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- update(Class<?>, String, Object...) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- update(Class<?>, String, Object...) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- update(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- update(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- update(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- update(Class<?>, String, Map<String, Object>) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- update(Class<?>, String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- update(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.ManagedReactiveOperations
- update(Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.StatelessReactiveOperations
- update(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.ManagedBlockingOperations
- update(Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.StatelessBlockingOperations
- update(Object) - Method in interface io.quarkus.hibernate.panache.runtime.spi.PanacheOperations
- update(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- update(String, Object...) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- update(String, Object...) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Update all entities of this type matching the given query, with optional indexed parameters.
- update(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- update(String, Object...) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
- update(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryQueries
- update(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.managed.reactive.PanacheManagedReactiveRepositoryQueries
- update(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.PanacheRepositoryQueries
-
Update all entities of this type matching the given query, with named parameters.
- update(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.blocking.PanacheStatelessBlockingRepositoryQueries
- update(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.panache.stateless.reactive.PanacheStatelessReactiveRepositoryQueries
W
- withHint(String, Object) - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Set a query property or hint on the underlying JPA Query.
- withHint(String, Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- withHint(String, Object) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- withHint(String, Object) - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
- WithId<IdType> - Class in io.quarkus.hibernate.panache
- WithId() - Constructor for class io.quarkus.hibernate.panache.WithId
- WithId_ - Class in io.quarkus.hibernate.panache
-
Static metamodel for
WithId - WithId_() - Constructor for class io.quarkus.hibernate.panache.WithId_
- WithId.AutoLong - Class in io.quarkus.hibernate.panache
- WithId.AutoString - Class in io.quarkus.hibernate.panache
- WithId.AutoUUID - Class in io.quarkus.hibernate.panache
- withLock(LockModeType) - Method in interface io.quarkus.hibernate.panache.PanacheQuery
-
Define the locking strategy used for this query.
- withLock(LockModeType) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheManagedReactiveQueryImpl
- withLock(LockModeType) - Method in class io.quarkus.hibernate.panache.runtime.hr.PanacheStatelessReactiveQueryImpl
- withLock(LockModeType) - Method in class io.quarkus.hibernate.panache.runtime.orm.PanacheBlockingQueryImpl
_
- _WithId - Interface in io.quarkus.hibernate.panache
-
Jakarta Data static metamodel for
WithId
All Classes and Interfaces|All Packages|Constant Field Values