Uses of Interface
org.apache.camel.component.jpa.DeleteHandler
Packages that use DeleteHandler
Package
Description
Defines the JPA component for polling databases or recording messages in a database.
-
Uses of DeleteHandler in org.apache.camel.component.jpa
Methods in org.apache.camel.component.jpa that return DeleteHandlerModifier and TypeMethodDescriptionprotected DeleteHandler<Object> JpaConsumer.createDeleteHandler()protected DeleteHandler<Object> JpaConsumer.createPreDeleteHandler()JpaConsumer.getDeleteHandler()JpaEndpoint.getDeleteHandler()JpaConsumer.getPreDeleteHandler()JpaEndpoint.getPreDeleteHandler()Methods in org.apache.camel.component.jpa with parameters of type DeleteHandlerModifier and TypeMethodDescriptionvoidJpaConsumer.setDeleteHandler(DeleteHandler<Object> deleteHandler) voidJpaEndpoint.setDeleteHandler(DeleteHandler<Object> deleteHandler) To use a custom DeleteHandler to delete the row after the consumer is done processing the exchangevoidJpaConsumer.setPreDeleteHandler(DeleteHandler<Object> preDeleteHandler) voidJpaEndpoint.setPreDeleteHandler(DeleteHandler<Object> preDeleteHandler) To use a custom Pre-DeleteHandler to delete the row after the consumer has read the entity.