Index

C D E F G I M P R 
All Classes and Interfaces|All Packages

C

construct() - Static method in class io.quarkus.mongodb.rest.data.panache.deployment.MongoPanacheRestProcessor$$accessor
 

D

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

E

EntityClassHelper - Class in io.quarkus.mongodb.rest.data.panache.deployment
 
EntityClassHelper(IndexView) - Constructor for class io.quarkus.mongodb.rest.data.panache.deployment.EntityClassHelper
 
EntityDataAccessImplementor - Class in io.quarkus.mongodb.rest.data.panache.deployment
 
EntityDataAccessImplementor(String) - Constructor for class io.quarkus.mongodb.rest.data.panache.deployment.EntityDataAccessImplementor
 

F

feature() - Method in class io.quarkus.mongodb.rest.data.panache.deployment.MongoPanacheRestProcessor
 
findAll(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.mongodb.rest.data.panache.deployment.DataAccessImplementor
Find all entities.
findAll(BytecodeCreator, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.findAll().page(page).list()
findAll(BytecodeCreator, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.findAll().page(page).list()
findAll(BytecodeCreator, ResultHandle, ResultHandle) - Method in interface io.quarkus.mongodb.rest.data.panache.deployment.DataAccessImplementor
Find all entities.
findAll(BytecodeCreator, ResultHandle, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.EntityDataAccessImplementor
Implements Entity.findAll(sort).page(page).list()
findAll(BytecodeCreator, ResultHandle, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.RepositoryDataAccessImplementor
Implements repository.findAll(sort).page(page).list()
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle) - Method in interface io.quarkus.mongodb.rest.data.panache.deployment.DataAccessImplementor
Find all entities.
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.EntityDataAccessImplementor
 
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.RepositoryDataAccessImplementor
 
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle, ResultHandle) - Method in interface io.quarkus.mongodb.rest.data.panache.deployment.DataAccessImplementor
Find all entities.
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.EntityDataAccessImplementor
 
findAll(BytecodeCreator, ResultHandle, ResultHandle, ResultHandle, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.RepositoryDataAccessImplementor
 
findById(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.mongodb.rest.data.panache.deployment.DataAccessImplementor
Find an entity by ID and return a result.
findById(BytecodeCreator, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.EntityDataAccessImplementor
 
findById(BytecodeCreator, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.RepositoryDataAccessImplementor
 
findEntityResources(CombinedIndexBuildItem, Capabilities, BuildProducer<GeneratedBeanBuildItem>, BuildProducer<RestDataResourceBuildItem>, BuildProducer<BytecodeTransformerBuildItem>) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.MongoPanacheRestProcessor
 
findRepositoryResources(CombinedIndexBuildItem, Capabilities, BuildProducer<GeneratedBeanBuildItem>, BuildProducer<RestDataResourceBuildItem>, BuildProducer<UnremovableBeanBuildItem>, BuildProducer<BytecodeTransformerBuildItem>) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.MongoPanacheRestProcessor
 

G

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

I

implement(ClassOutput, DataAccessImplementor, ClassInfo, String) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.ResourceImplementor
 
io.quarkus.mongodb.rest.data.panache.deployment - package io.quarkus.mongodb.rest.data.panache.deployment
 

M

MongoPanacheRestProcessor - Class in io.quarkus.mongodb.rest.data.panache.deployment
 
MongoPanacheRestProcessor() - Constructor for class io.quarkus.mongodb.rest.data.panache.deployment.MongoPanacheRestProcessor
 
MongoPanacheRestProcessor$$accessor - Class in io.quarkus.mongodb.rest.data.panache.deployment
 

P

pageCount(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.mongodb.rest.data.panache.deployment.DataAccessImplementor
Available number of pages given a page instance.
pageCount(BytecodeCreator, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.EntityDataAccessImplementor
 
pageCount(BytecodeCreator, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.RepositoryDataAccessImplementor
 
persist(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.mongodb.rest.data.panache.deployment.DataAccessImplementor
Persist a new entity.
persist(BytecodeCreator, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.EntityDataAccessImplementor
 
persist(BytecodeCreator, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.RepositoryDataAccessImplementor
 
persistOrUpdate(BytecodeCreator, ResultHandle) - Method in interface io.quarkus.mongodb.rest.data.panache.deployment.DataAccessImplementor
Update an existing entity or create a new one.
persistOrUpdate(BytecodeCreator, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.EntityDataAccessImplementor
 
persistOrUpdate(BytecodeCreator, ResultHandle) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.RepositoryDataAccessImplementor
 

R

registerRestDataPanacheExceptionMapper(BuildProducer<ResteasyJaxrsProviderBuildItem>, BuildProducer<ExceptionMapperBuildItem>) - Method in class io.quarkus.mongodb.rest.data.panache.deployment.MongoPanacheRestProcessor
 
registerTransactionalExecutor() - Method in class io.quarkus.mongodb.rest.data.panache.deployment.MongoPanacheRestProcessor
 
RepositoryDataAccessImplementor - Class in io.quarkus.mongodb.rest.data.panache.deployment
 
RepositoryDataAccessImplementor(String) - Constructor for class io.quarkus.mongodb.rest.data.panache.deployment.RepositoryDataAccessImplementor
 
ResourceImplementor - Class in io.quarkus.mongodb.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.mongodb.rest.data.panache.deployment.ResourceImplementor
 
C D E F G I M P R 
All Classes and Interfaces|All Packages