Index

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

C

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

D

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

E

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

F

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

G

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

H

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

I

implement(ClassOutput, DataAccessImplementor, ClassInfo, String, List<ClassInfo>) - Method in class io.quarkus.hibernate.orm.rest.data.panache.deployment.ResourceImplementor
Implements RestDataResource interfaces defined in a user application.
io.quarkus.hibernate.orm.rest.data.panache.deployment - package io.quarkus.hibernate.orm.rest.data.panache.deployment
 

O

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

P

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

R

registerRestDataPanacheExceptionMapper(BuildProducer<ResteasyJaxrsProviderBuildItem>, BuildProducer<ExceptionMapperBuildItem>) - Method in class io.quarkus.hibernate.orm.rest.data.panache.deployment.HibernateOrmPanacheRestProcessor
 
registerTransactionalExecutor() - Method in class io.quarkus.hibernate.orm.rest.data.panache.deployment.HibernateOrmPanacheRestProcessor
 
RepositoryDataAccessImplementor - Class in io.quarkus.hibernate.orm.rest.data.panache.deployment
Implement data access using repository.
RepositoryDataAccessImplementor(String) - Constructor for class io.quarkus.hibernate.orm.rest.data.panache.deployment.RepositoryDataAccessImplementor
 
ResourceImplementor - Class in io.quarkus.hibernate.orm.rest.data.panache.deployment
RestDataResource implementor that generates data access logic depending on which sub-interfaces are used in the application.
ResourceImplementor(EntityClassHelper) - Constructor for class io.quarkus.hibernate.orm.rest.data.panache.deployment.ResourceImplementor
 

U

update(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.hibernate.orm.rest.data.panache.deployment.DataAccessImplementor
Update an existing entity or create a new one.
update(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.orm.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.getEntityManager().merge(entity)
update(BytecodeCreator, ResultHandle) - Method in class io.quarkus.hibernate.orm.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements JpaOperations.getEntityManager().merge(entity)
C D E F G H I O P R U 
All Classes and Interfaces|All Packages