public static interface JpaEndpointBuilderFactory.JpaBuilders
| Modifier and Type | Method and Description |
|---|---|
default JpaEndpointBuilderFactory.JpaEndpointBuilder |
jpa(String path)
JPA (camel-jpa)
The jpa component enables you to store and retrieve Java objects from
databases using JPA.
|
default JpaEndpointBuilderFactory.JpaEndpointBuilder jpa(String path)
jpa:entityType
Path parameter: entityType (required)
Entity class nameApache Camel