Skip navigation links
Quarkus - Hibernate ORM with Panache - Runtime 1.8.0.Final
A B C D E F G H I J L N P R S T U W 

A

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

B

bindParameters(Query, Object[]) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
bindParameters(Query, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 

C

count() - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Counts the number of this type of entity in the database.
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, 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, 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() - 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(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>) - 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, 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(Class<?>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
count(Class<?>, String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
count(Class<?>, String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
count(Class<?>, String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
count() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
createFindQuery(Class<?>, String, int) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
CustomCountPanacheQuery<Entity> - Class in io.quarkus.hibernate.orm.panache.runtime
 
CustomCountPanacheQuery(EntityManager, Query, String, 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(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, 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, 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(Entity) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Delete the given entity from the database, if it is already persisted.
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>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
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(Object) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
delete(Class<?>, String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
delete(Class<?>, String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
delete(Class<?>, String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
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.
deleteAll(Class<?>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
deleteById(Object) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Delete an entity of this type by ID.
deleteById(Id) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Delete an entity of this type by ID.
deleteById(Class<?>, Object) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 

E

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.
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.runtime.JpaOperations
 
executeUpdate(String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
executeUpdate(Class<?>, String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
executeUpdate(Class<?>, String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
exists(Class<?>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
exists(Class<?>, String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
exists(Class<?>, String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
exists(Class<?>, String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 

F

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, 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) - 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 class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
filter(String) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
find(String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities using a query, with optional indexed 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, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities using a query, with named 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, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
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, Object...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities using a query, 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, Map<String, Object>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities using a query, 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, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities using a query, 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(Class<?>, String, String, Sort, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 
find(Class<?>, String, String, Sort, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 
find(Class<?>, String, String, Sort, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.AdditionalJpaOperations
 
find(Class<?>, String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
find(Class<?>, String, Sort, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
find(Class<?>, String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
find(Class<?>, String, Sort, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
find(Class<?>, String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
find(Class<?>, String, Sort, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
findAll() - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
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() - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find all entities of this type.
findAll(Sort) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find all entities of this type, in the given order.
findAll(Class<?>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
findAll(Class<?>, Sort) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
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.
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(Class<?>, Object) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
findById(Class<?>, Object, LockModeType) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
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.
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(Class<?>, Object) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
findByIdOptional(Class<?>, Object, LockModeType) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
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() - 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
FFlushes all pending changes to the database using the default EntityManager.
flush() - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
Flushes the default to the database using the default EntityManager.
flush(Object) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
Flushes all pending changes to the database using entity's EntityManager.

G

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

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 - Variable in class io.quarkus.hibernate.orm.panache.PanacheEntity
The auto-generated ID field.
implementationInjectionMissing() - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
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.
isPersistent(Object) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 

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

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(Page) - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Sets the current page.
page(int, int) - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Sets the current page.
page() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Returns the current page.
page(Page) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
page(int, int) - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
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
 
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(EntityManager, String, String, Object) - Constructor for class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
PanacheQueryImpl(CommonPanacheQueryImpl<Entity>) - 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.
paramCount(Object[]) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
paramCount(Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
persist() - Method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Persist this entity in the database, if not already persisted.
persist(Iterable<?>) - 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(Object, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Persist all given entities.
persist(Entity) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Persist the given entity in the database, if not already persisted.
persist(Iterable<Entity>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Persist all given entities.
persist(Stream<Entity>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Persist all given entities.
persist(Entity, Entity...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Persist all given entities.
persist(Object) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
persist(EntityManager, Object) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
persist(Iterable<?>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
persist(Object, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
persist(Stream<?>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
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: the getters, and the public fields, will be used to restrict which fields should be retrieved from the database.
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>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
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.
setRollbackOnly() - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
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(String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query, with optional indexed 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, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find entities matching a query, with named 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, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
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() - Method in interface io.quarkus.hibernate.orm.panache.PanacheQuery
Returns the current page of results as a Stream.
stream(String, Object...) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query, 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, Map<String, Object>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query, 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, Parameters) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find entities matching a query, 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(Class<?>, String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
stream(Class<?>, String, Sort, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
stream(Class<?>, String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
stream(Class<?>, String, Sort, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
stream(Class<?>, String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
stream(Class<?>, String, Sort, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
stream() - Method in class io.quarkus.hibernate.orm.panache.runtime.PanacheQueryImpl
 
streamAll() - Static method in class io.quarkus.hibernate.orm.panache.PanacheEntityBase
Find all entities of this type.
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.
streamAll() - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
Find all entities of this type, in the given order.
streamAll(Class<?>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
streamAll(Class<?>, Sort) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 

T

toOrderBy(Sort) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
toString() - Method in class io.quarkus.hibernate.orm.panache.PanacheEntity
 

U

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, 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, 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, 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>) - Method in interface io.quarkus.hibernate.orm.panache.PanacheRepositoryBase
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(Class<?>, String, Map<String, Object>) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
update(Class<?>, String, Parameters) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 
update(Class<?>, String, Object...) - Static method in class io.quarkus.hibernate.orm.panache.runtime.JpaOperations
 

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 B C D E F G H I J L N P R S T U W 
Skip navigation links
Quarkus - Hibernate ORM with Panache - Runtime 1.8.0.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.