Package org.apache.camel.component.jpa
Defines the JPA component for polling databases or recording messages in a database.
-
Interface Summary Interface Description Callback<R,P> DeleteHandler<T> A strategy for deleting entity beans which have been processed; either by a real delete or by an update of some application specific properties so that the entity bean will not be found in future polling queries.QueryFactory A Strategy to create a query to search for objects in a databaseTransactionStrategy A transaction strategy that is used to run the JPA operations in a transaction. -
Class Summary Class Description DefaultTransactionStrategy JpaCloseEntityManagerOnCompletion JpaComponent A JPA ComponentJpaComponentConfigurer Generated by camel build tools - do NOT edit this file!JpaConstants JPA constantsJpaConsumer JpaEndpoint Store and retrieve Java objects from databases using Java Persistence API (JPA).JpaEndpointConfigurer Generated by camel build tools - do NOT edit this file!JpaEndpointUriFactory Generated by camel build tools - do NOT edit this file!JpaHelper Helper for JPA.JpaPollingConsumer JpaProducer QueryBuilder A builder of query expressionsQueryBuilder.ParameterBuilder A plugin strategy to populate the query with parameters -
Annotation Types Summary Annotation Type Description Consumed An annotation to mark a method to be invoked when an entity bean has been successfully processed by a Camel consumer and when the routing is done; so that it can be updated in some way to remove it from the query set.PreConsumed An annotation to mark a method to be invoked before an entity bean is processed and routed; so that it can be updated in such a way that the results are available to later nodes in the route.