Index

E I O P R T 
All Classes and Interfaces|All Packages

E

execute(Supplier<T>) - Method in class io.quarkus.hibernate.orm.rest.data.panache.runtime.jta.TransactionalUpdateExecutor
 

I

io.quarkus.hibernate.orm.rest.data.panache - package io.quarkus.hibernate.orm.rest.data.panache
 
io.quarkus.hibernate.orm.rest.data.panache.runtime - package io.quarkus.hibernate.orm.rest.data.panache.runtime
 
io.quarkus.hibernate.orm.rest.data.panache.runtime.jta - package io.quarkus.hibernate.orm.rest.data.panache.runtime.jta
 

O

onAfterAdd(ENTITY) - Method in interface io.quarkus.hibernate.orm.rest.data.panache.RestDataResourceMethodListener
Fired after saving an entity.
onAfterDelete(Object) - Method in interface io.quarkus.hibernate.orm.rest.data.panache.RestDataResourceMethodListener
Fired after deleting an entity.
onAfterUpdate(ENTITY) - Method in interface io.quarkus.hibernate.orm.rest.data.panache.RestDataResourceMethodListener
Fired after updating an entity.
onBeforeAdd(ENTITY) - Method in interface io.quarkus.hibernate.orm.rest.data.panache.RestDataResourceMethodListener
This method is triggered before saving an entity.
onBeforeDelete(Object) - Method in interface io.quarkus.hibernate.orm.rest.data.panache.RestDataResourceMethodListener
Fired before deleting an entity.
onBeforeUpdate(ENTITY) - Method in interface io.quarkus.hibernate.orm.rest.data.panache.RestDataResourceMethodListener
Fired before updating an entity.

P

PanacheEntityResource<Entity extends PanacheEntityBase,ID> - Interface in io.quarkus.hibernate.orm.rest.data.panache
REST data Panache resource that uses PanacheEntityBase instance for data access and exposes it as a JAX-RS resource.
PanacheRepositoryResource<Repository extends PanacheRepositoryBase<Entity,ID>,Entity,ID> - Interface in io.quarkus.hibernate.orm.rest.data.panache
REST data Panache resource that uses PanacheRepositoryBase instance for data access and exposes it as a JAX-RS resource.

R

RestDataPanacheExceptionMapper - Class in io.quarkus.hibernate.orm.rest.data.panache.runtime
 
RestDataPanacheExceptionMapper() - Constructor for class io.quarkus.hibernate.orm.rest.data.panache.runtime.RestDataPanacheExceptionMapper
 
RestDataResourceMethodListener<ENTITY> - Interface in io.quarkus.hibernate.orm.rest.data.panache
REST Data Resource method listener interface to subscribe to the pre-post events for each resource in REST Data with Panache.

T

toResponse(RestDataPanacheException) - Method in class io.quarkus.hibernate.orm.rest.data.panache.runtime.RestDataPanacheExceptionMapper
 
TransactionalUpdateExecutor - Class in io.quarkus.hibernate.orm.rest.data.panache.runtime.jta
 
TransactionalUpdateExecutor() - Constructor for class io.quarkus.hibernate.orm.rest.data.panache.runtime.jta.TransactionalUpdateExecutor
 
E I O P R T 
All Classes and Interfaces|All Packages