Uses of Class
org.apache.camel.component.jpa.JpaEndpoint

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

Uses of JpaEndpoint in org.apache.camel.component.jpa
 

Methods in org.apache.camel.component.jpa that return JpaEndpoint
 JpaEndpoint JpaConsumer.getEndpoint()
           
 

Constructors in org.apache.camel.component.jpa with parameters of type JpaEndpoint
JpaConsumer(JpaEndpoint endpoint, Processor processor)
           
JpaProducer(JpaEndpoint endpoint, Expression<Exchange> expression)
           
 



Apache CAMEL