C D E F G H I O P R U 
All Classes All Packages

C

construct() - Static method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactivePanacheRestProcessor$$accessor
 
count(BytecodeCreator) - Method in interface io.quarkus.hibernate.reactive.rest.data.panache.deployment.DataAccessImplementor
return the total number of entities.
count(BytecodeCreator) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.count()
count(BytecodeCreator) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.count()

D

DataAccessImplementor - Interface in io.quarkus.hibernate.reactive.rest.data.panache.deployment
Implement data access logic for a specific data access strategy.
deleteById(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.hibernate.reactive.rest.data.panache.deployment.DataAccessImplementor
Delete entity by ID.
deleteById(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.deleteById(id)
deleteById(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.deleteById(id)

E

EntityClassHelper - Class in io.quarkus.hibernate.reactive.rest.data.panache.deployment
 
EntityClassHelper(IndexView) - Constructor for class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityClassHelper
 
EntityDataAccessImplementor - Class in io.quarkus.hibernate.reactive.rest.data.panache.deployment
Implement data access using active record.
EntityDataAccessImplementor(String) - Constructor for class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
 

F

feature() - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactivePanacheRestProcessor
 
findAll(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.hibernate.reactive.rest.data.panache.deployment.DataAccessImplementor
Find all entities.
findAll(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.findAll().page(page).list()
findAll(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.findAll().page(page).list()
findAll(BytecodeCreator, ResultHandle, ResultHandle) - Method in interface io.quarkus.hibernate.reactive.rest.data.panache.deployment.DataAccessImplementor
Find all entities.
findAll(BytecodeCreator, ResultHandle, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.findAll(sort).page(page).list()
findAll(BytecodeCreator, ResultHandle, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.findAll(sort).page(page).list()
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle) - Method in interface io.quarkus.hibernate.reactive.rest.data.panache.deployment.DataAccessImplementor
Find all entities.
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.findAll(query, params).page(page).list()
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.find(query, params).page(page).list()
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle, ResultHandle) - Method in interface io.quarkus.hibernate.reactive.rest.data.panache.deployment.DataAccessImplementor
Find all entities.
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.findAll(query, sort, params).page(page).list()
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.findAll(query, sort, params).page(page).list()
findById(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.hibernate.reactive.rest.data.panache.deployment.DataAccessImplementor
Find an entity by ID and return a result.
findById(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.findById(id)
findById(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.findById(id)
findEntityResources(CombinedIndexBuildItem, List<ResourceMethodListenerBuildItem>, BuildProducer<GeneratedBeanBuildItem>, BuildProducer<RestDataResourceBuildItem>) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactivePanacheRestProcessor
Find Panache entity resources and generate their implementations.
findRepositoryResources(CombinedIndexBuildItem, List<ResourceMethodListenerBuildItem>, BuildProducer<GeneratedBeanBuildItem>, BuildProducer<RestDataResourceBuildItem>, BuildProducer<UnremovableBeanBuildItem>) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactivePanacheRestProcessor
Find Panache repository resources and generate their implementations.
findResourceMethodListeners(CombinedIndexBuildItem, BuildProducer<ResourceMethodListenerBuildItem>) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactivePanacheRestProcessor
 

G

getIdField(String) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityClassHelper
 
getSetter(String, FieldInfo) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityClassHelper
 

H

HibernateReactivePanacheRestProcessor - Class in io.quarkus.hibernate.reactive.rest.data.panache.deployment
 
HibernateReactivePanacheRestProcessor() - Constructor for class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactivePanacheRestProcessor
 
HibernateReactivePanacheRestProcessor$$accessor - Class in io.quarkus.hibernate.reactive.rest.data.panache.deployment
 
HibernateReactiveResourceMethodListenerImplementor - Class in io.quarkus.hibernate.reactive.rest.data.panache.deployment
 
HibernateReactiveResourceMethodListenerImplementor(ClassCreator, List<ClassInfo>) - Constructor for class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactiveResourceMethodListenerImplementor
 

I

implement(ClassOutput, DataAccessImplementor, ClassInfo, String, List<ClassInfo>) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.ResourceImplementor
Implements ReactiveRestDataResource interfaces defined in a user application.
invokeUniMethodUsingEntity(String, BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactiveResourceMethodListenerImplementor
 
invokeUniMethodUsingId(String, BytecodeCreator, ResultHandle, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactiveResourceMethodListenerImplementor
 
io.quarkus.hibernate.reactive.rest.data.panache.deployment - package io.quarkus.hibernate.reactive.rest.data.panache.deployment
 

O

onAfterAdd(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactiveResourceMethodListenerImplementor
 
onAfterDelete(BytecodeCreator, ResultHandle, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactiveResourceMethodListenerImplementor
 
onAfterUpdate(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactiveResourceMethodListenerImplementor
 

P

pageCount(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.hibernate.reactive.rest.data.panache.deployment.DataAccessImplementor
Available number of pages given a page instance.
pageCount(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.findAll().page(page).pageCount()
pageCount(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.findAll().page(page).pageCount()
persist(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.hibernate.reactive.rest.data.panache.deployment.DataAccessImplementor
Persist a new entity.
persist(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
Implements entity.persist()
persist(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.persist(entity)

R

registerRestDataPanacheExceptionMapper(BuildProducer<CustomExceptionMapperBuildItem>) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.HibernateReactivePanacheRestProcessor
 
RepositoryDataAccessImplementor - Class in io.quarkus.hibernate.reactive.rest.data.panache.deployment
Implement data access using repository.
RepositoryDataAccessImplementor(String) - Constructor for class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
 
ResourceImplementor - Class in io.quarkus.hibernate.reactive.rest.data.panache.deployment
ReactiveRestDataResource implementor that generates data access logic depending on which sub-interfaces are used in the application.
ResourceImplementor(EntityClassHelper) - Constructor for class io.quarkus.hibernate.reactive.rest.data.panache.deployment.ResourceImplementor
 

U

update(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.hibernate.reactive.rest.data.panache.deployment.DataAccessImplementor
Update an existing entity or create a new one.
update(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.EntityDataAccessImplementor
Implements entity.merge()
update(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.reactive.rest.data.panache.deployment.RepositoryDataAccessImplementor
Persist this entity in the database, if not already persisted.
C D E F G H I O P R U 
All Classes All Packages