Uses of Interface
org.apache.camel.component.jpa.DeleteHandler
-
Packages that use DeleteHandler Package Description org.apache.camel.component.jpa 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 DeleteHandler Modifier and Type Method Description protected DeleteHandler<Object>JpaConsumer. createDeleteHandler()protected DeleteHandler<Object>JpaConsumer. createPreDeleteHandler()DeleteHandler<Object>JpaConsumer. getDeleteHandler()DeleteHandler<Object>JpaEndpoint. getDeleteHandler()DeleteHandler<Object>JpaConsumer. getPreDeleteHandler()DeleteHandler<Object>JpaEndpoint. getPreDeleteHandler()Methods in org.apache.camel.component.jpa with parameters of type DeleteHandler Modifier and Type Method Description voidJpaConsumer. 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.
-