Uses of Package
org.apache.camel.component.jpa

Packages that use org.apache.camel.component.jpa
org.apache.camel.component.jpa Defines the JPA component for polling databases or recording messages in a database. 
 

Classes in org.apache.camel.component.jpa used by org.apache.camel.component.jpa
DeleteHandler
          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.
JpaComponent
          A JPA Component
JpaEndpoint
           
JpaTemplateTransactionStrategy
          Delegates the strategy to the JpaTemplate and TransactionTemplate for transaction handling
QueryBuilder
          A builder of query expressions
QueryFactory
          A Strategy to create a query to search for objects in a database
TransactionStrategy
           
 



Apache CAMEL