| Package | Description |
|---|---|
| org.apache.camel.component.jpa |
Defines the JPA component for polling databases or recording messages in a database.
|
| Class and Description |
|---|
| 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