A C D E F G H I J L N P R S T U W 
All Classes All Packages

A

AdditionalJpaOperations - Class in io.quarkus.hibernate.orm.panache.runtime
 
AdditionalJpaOperations() - Constructor for class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 

C

count() - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Counts the number of this type of entity in the database.
count() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Reads and caches the total number of entities this query operates on.
count() - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Counts the number of this type of entity in the database.
count() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
count(String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Counts the number of this type of entity matching the given query, with named parameters.
count(String, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Counts the number of this type of entity matching the given query, with named parameters.
count(String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
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.orm.panache.PanacheRepositoryBase
Counts the number of this type of entity matching the given query, with optional indexed parameters.
count(String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
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.orm.panache.PanacheRepositoryBase
Counts the number of this type of entity matching the given query, with named parameters.
createPanacheQuery(EntityManager, String, String, String, Object) - Method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
CustomCountPanacheQuery<Entity> - Class in io.quarkus.hibernate.orm.panache.runtime
 
CustomCountPanacheQuery(EntityManager, Query, String, Object) - Constructor for class io.quarkus.hibernate.orm.panache.runtime.CustomCountPanacheQuery
 

D

delete() - Method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Delete this entity from the database, if it is already persisted.
delete(Entity) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Delete the given entity from the database, if it is already persisted.
delete(String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Delete all entities of this type matching the given query, with named parameters.
delete(String, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Delete all entities of this type matching the given query, with named parameters.
delete(String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Delete all entities of this type matching the given query, with optional indexed parameters.
delete(String, Object...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Delete all entities of this type matching the given query, with optional indexed parameters.
delete(String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Delete all entities of this type matching the given query, with named parameters.
delete(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Delete all entities of this type matching the given query, with named parameters.
deleteAll() - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Delete all entities of this type from the database.
deleteAll() - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Delete all entities of this type from the database.
deleteAllWithCascade(AbstractJpaOperations<?>, Class<?>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 
deleteById(Id) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Delete an entity of this type by ID.
deleteById(Object) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Delete an entity of this type by ID.
deleteWithCascade(AbstractJpaOperations<?>, Class<?>, String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 
deleteWithCascade(AbstractJpaOperations<PanacheQueryType>, Class<?>, String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 
deleteWithCascade(AbstractJpaOperations<PanacheQueryType>, Class<?>, String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 

E

executeUpdate(String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.Panache
Executes a database update operation and return the number of rows operated on.
executeUpdate(String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.Panache
Executes a database update operation and return the number of rows operated on.
executeUpdate(String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.Panache
Executes a database update operation and return the number of rows operated on.

F

filter(String) - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Enables a Hibernate filter during fetching of results for this query.
filter(String) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
filter(String, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Enables a Hibernate filter during fetching of results for this query.
filter(String, Parameters) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
filter(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Enables a Hibernate filter during fetching of results for this query.
filter(String, Map<String, Object>) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
find(AbstractJpaOperations<?>, Class<?>, String, String, Sort, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 
find(AbstractJpaOperations<?>, Class<?>, String, String, Sort, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 
find(AbstractJpaOperations<?>, Class<?>, String, String, Sort, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 
find(String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities using a query, with named parameters.
find(String, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities using a query, with named parameters.
find(String, Sort, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities using a query and the given sort options, with named parameters.
find(String, Sort, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities using a query and the given sort options, with named parameters.
find(String, Sort, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities using a query and the given sort options, with optional indexed parameters.
find(String, Sort, Object...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities using a query and the given sort options, with optional indexed parameters.
find(String, Sort, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
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.orm.panache.PanacheRepositoryBase
Find entities using a query and the given sort options, with named parameters.
find(String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities using a query, with optional indexed parameters.
find(String, Object...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities using a query, with optional indexed parameters.
find(String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities using a query, with named parameters.
find(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities using a query, with named parameters.
findAll() - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find all entities of this type.
findAll() - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find all entities of this type.
findAll(Sort) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find all entities of this type, in the given order.
findAll(Sort) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find all entities of this type, in the given order.
findById(Id) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find an entity of this type by ID.
findById(Id, LockModeType) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find an entity of this type by ID and lock it.
findById(Object) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find an entity of this type by ID.
findById(Object, LockModeType) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find an entity of this type by ID and lock it.
findByIdOptional(Id) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find an entity of this type by ID.
findByIdOptional(Id, LockModeType) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find an entity of this type by ID.
findByIdOptional(Object) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find an entity of this type by ID.
findByIdOptional(Object, LockModeType) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find an entity of this type by ID.
firstPage() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Sets the current page to the first page
firstPage() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
firstResult() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Returns the first result of the current page index.
firstResult() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
firstResultOptional() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Returns the first result of the current page index.
firstResultOptional() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
flush() - Static method in class io.quarkus.hibernate.orm.panache.Panache
Flushes all pending changes to the database using the default entity manager.
flush() - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Flushes all pending changes to the database.
flush() - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Flushes all pending changes to the database using the EntityManager for the entity class.
flush(Class<?>) - Static method in class io.quarkus.hibernate.orm.panache.Panache
Flushes all pending changes to the database using the entity manager for the given entity
flush(String) - Static method in class io.quarkus.hibernate.orm.panache.Panache
Flushes all pending changes to the database using the entity manager for the given persistence unit

G

getEntityManager() - Static method in class io.quarkus.hibernate.orm.panache.Panache
Returns the default EntityManager
getEntityManager() - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Returns the EntityManager for this entity class for extra operations (eg.
getEntityManager() - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Returns the EntityManager for the entity class for extra operations (eg.
getEntityManager(Class<?>) - Static method in class io.quarkus.hibernate.orm.panache.Panache
Returns the EntityManager for the given entity
getEntityManager(String) - Static method in class io.quarkus.hibernate.orm.panache.Panache
Returns the EntityManager for the given persistence unit
getTransactionManager() - Static method in class io.quarkus.hibernate.orm.panache.Panache
Returns the current TransactionManager

H

hasNextPage() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Returns true if there is another page to read after the current one.
hasNextPage() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
hasPreviousPage() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Returns true if there is a page to read before the current one.
hasPreviousPage() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 

I

id - Static variable in class io.quarkus.hibernate.orm.panache.PanacheEntity_
 
id - Variable in class io.quarkus.hibernate.orm.panache.PanacheEntity
The auto-generated ID field.
ID - Static variable in class io.quarkus.hibernate.orm.panache.PanacheEntity_
 
INSTANCE - Static variable in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
Provides the default implementations for quarkus to wire up.
io.quarkus.hibernate.orm.panache - package io.quarkus.hibernate.orm.panache
API usage
io.quarkus.hibernate.orm.panache.runtime - package io.quarkus.hibernate.orm.panache.runtime
 
isPersistent() - Method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Returns true if this entity is persistent in the database.
isPersistent(Entity) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Returns true if the given entity is persistent in the database.

J

JpaOperations - Class in io.quarkus.hibernate.orm.panache.runtime
 
JpaOperations() - Constructor for class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 

L

lastPage() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Sets the current page to the last page.
lastPage() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
list() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Returns the current page of results as a List.
list() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
list(PanacheQueryImpl<?>) - Method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
list(String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query, with named parameters.
list(String, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query, with named parameters.
list(String, Sort, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query and the given sort options, with named parameters.
list(String, Sort, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query and the given sort options, with named parameters.
list(String, Sort, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query and the given sort options, with optional indexed parameters.
list(String, Sort, Object...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query and the given sort options, with optional indexed parameters.
list(String, Sort, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
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.orm.panache.PanacheRepositoryBase
Find entities matching a query and the given sort options, with named parameters.
list(String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query, with optional indexed parameters.
list(String, Object...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query, with optional indexed parameters.
list(String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query, with named parameters.
list(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query, with named parameters.
listAll() - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find all entities of this type.
listAll() - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find all entities of this type.
listAll(Sort) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find all entities of this type, in the given order.
listAll(Sort) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find all entities of this type, in the given order.

N

nextPage() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Sets the current page to the next page
nextPage() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 

P

page() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Returns the current page.
page() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
page(int, int) - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Sets the current page.
page(int, int) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
page(Page) - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Sets the current page.
page(Page) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
pageCount() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Returns the total number of pages to be read using the current page size.
pageCount() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
Panache - Class in io.quarkus.hibernate.orm.panache
Utility class for Panache.
Panache() - Constructor for class io.quarkus.hibernate.orm.panache.Panache
 
PanacheEntity - Class in io.quarkus.hibernate.orm.panache
Represents an entity with a generated ID field PanacheEntity.id of type Long.
PanacheEntity() - Constructor for class io.quarkus.hibernate.orm.panache.PanacheEntity
 
PanacheEntity_ - Class in io.quarkus.hibernate.orm.panache
 
PanacheEntity_() - Constructor for class io.quarkus.hibernate.orm.panache.PanacheEntity_
 
PanacheEntityBase - Class in io.quarkus.hibernate.orm.panache
Represents an entity.
PanacheEntityBase() - Constructor for class io.quarkus.hibernate.orm.panache.PanacheEntityBase
 
PanacheHibernateOrmRecorder - Class in io.quarkus.hibernate.orm.panache.runtime
 
PanacheHibernateOrmRecorder() - Constructor for class io.quarkus.hibernate.orm.panache.runtime.PanacheHibernateOrmRecorder
 
PanacheQuery<Entity> - Interface in io.quarkus.hibernate.orm.panache
Interface representing an entity query, which abstracts the use of paging, getting the number of results, and operating on List or Stream.
PanacheQueryImpl<Entity> - Class in io.quarkus.hibernate.orm.panache.runtime
 
PanacheQueryImpl(CommonPanacheQueryImpl<Entity>) - Constructor for class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
PanacheQueryImpl(EntityManager, String, String, String, Object) - Constructor for class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
PanacheRepository<Entity> - Interface in io.quarkus.hibernate.orm.panache
Represents a Repository for a specific type of entity Entity, with an ID type of Long.
PanacheRepositoryBase<Entity,​Id> - Interface in io.quarkus.hibernate.orm.panache
Represents a Repository for a specific type of entity Entity, with an ID type of Id.
persist() - Method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Persist this entity in the database, if not already persisted.
persist(Entity) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Persist the given entity in the database, if not already persisted.
persist(Entity, Entity...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Persist all given entities.
persist(Iterable<?>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Persist all given entities.
persist(Iterable<Entity>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Persist all given entities.
persist(Object, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Persist all given entities.
persist(Stream<?>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Persist all given entities.
persist(Stream<Entity>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Persist all given entities.
persistAndFlush() - Method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Persist this entity in the database, if not already persisted.
persistAndFlush(Entity) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Persist the given entity in the database, if not already persisted.
previousPage() - Method in interface io.quarkus.hibernate.orm.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.orm.panache.runtime.PanacheQueryImpl
 
project(Class<T>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Defines a projection class.
project(Class<T>) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 

R

range(int, int) - Method in interface io.quarkus.hibernate.orm.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.orm.panache.runtime.PanacheQueryImpl
 

S

setEntityToPersistenceUnit(Map<String, String>) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheHibernateOrmRecorder
 
setRollbackOnly() - Static method in class io.quarkus.hibernate.orm.panache.Panache
Marks the current transaction as "rollback-only", which means that it will not be committed: it will be rolled back at the end of this transaction lifecycle.
singleResult() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Executes this query for the current page and return a single result.
singleResult() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
singleResultOptional() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Executes this query for the current page and return a single result.
singleResultOptional() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
stream() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Returns the current page of results as a Stream.
stream() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
stream(PanacheQueryImpl<?>) - Method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
stream(String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query, with named parameters.
stream(String, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query, with named parameters.
stream(String, Sort, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query and the given sort options, with named parameters.
stream(String, Sort, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query and the given sort options, with named parameters.
stream(String, Sort, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query and the given sort options, with optional indexed parameters.
stream(String, Sort, Object...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query and the given sort options, with optional indexed parameters.
stream(String, Sort, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
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.orm.panache.PanacheRepositoryBase
Find entities matching a query and the given sort options, with named parameters.
stream(String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query, with optional indexed parameters.
stream(String, Object...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query, with optional indexed parameters.
stream(String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query, with named parameters.
stream(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query, with named parameters.
streamAll() - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find all entities of this type.
streamAll() - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find all entities of this type, in the given order.
streamAll(Sort) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find all entities of this type, in the given order.
streamAll(Sort) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find all entities of this type.

T

toString() - Method in class io.quarkus.hibernate.orm.panache.PanacheEntity
 

U

update(String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Update all entities of this type matching the given query, with named parameters.
update(String, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Update all entities of this type matching the given query, with named parameters.
update(String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Update all entities of this type matching the given query, with optional indexed parameters.
update(String, Object...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Update all entities of this type matching the given query, with optional indexed parameters.
update(String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Update all entities of this type matching the given query, with named parameters.
update(String, Map<String, Object>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Update all entities of this type matching the given query, with named parameters.

W

withHint(String, Object) - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Set a query property or hint on the underlying JPA Query.
withHint(String, Object) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
withLock(LockModeType) - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Define the locking strategy used for this query.
withLock(LockModeType) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
A C D E F G H I J L N P R S T U W 
All Classes All Packages