Uses of Class
org.apache.camel.component.jpa.JpaEndpoint
Packages that use JpaEndpoint
Package
Description
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 JpaEndpointModifier and TypeMethodDescriptionJpaConsumer.getEndpoint()JpaPollingConsumer.getEndpoint()JpaProducer.getEndpoint()Constructors in org.apache.camel.component.jpa with parameters of type JpaEndpointModifierConstructorDescriptionJpaConsumer(JpaEndpoint endpoint, org.apache.camel.Processor processor) JpaPollingConsumer(JpaEndpoint endpoint) JpaProducer(JpaEndpoint endpoint, org.apache.camel.Expression expression)