@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface JpaEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder
Advanced builder for endpoint for the JPA component.
|
static interface |
JpaEndpointBuilderFactory.AdvancedJpaEndpointConsumerBuilder
Advanced builder for endpoint consumers for the JPA component.
|
static interface |
JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder
Advanced builder for endpoint producers for the JPA component.
|
static interface |
JpaEndpointBuilderFactory.JpaBuilders |
static interface |
JpaEndpointBuilderFactory.JpaEndpointBuilder
Builder for endpoint for the JPA component.
|
static interface |
JpaEndpointBuilderFactory.JpaEndpointConsumerBuilder
Builder for endpoint consumers for the JPA component.
|
static interface |
JpaEndpointBuilderFactory.JpaEndpointProducerBuilder
Builder for endpoint producers for the JPA component.
|
static class |
JpaEndpointBuilderFactory.LockModeType
Proxy enum for
javax.persistence.LockModeType enum. |
| Modifier and Type | Method and Description |
|---|---|
static JpaEndpointBuilderFactory.JpaEndpointBuilder |
jpa(String path)
JPA (camel-jpa)
The jpa component enables you to store and retrieve Java objects from
databases using JPA.
|
static JpaEndpointBuilderFactory.JpaEndpointBuilder jpa(String path)
jpa:entityType
Path parameter: entityType (required)
The JPA annotated class to use as entity.Apache Camel