Interface JpaEndpointBuilderFactory.JpaBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
JpaEndpointBuilderFactory

public static interface JpaEndpointBuilderFactory.JpaBuilders
  • Method Details

    • jpa

      JPA (camel-jpa) Store and retrieve Java objects from databases using Java Persistence API (JPA). Category: database Since: 1.0 Maven coordinates: org.apache.camel:camel-jpa
      Returns:
      the dsl builder for the headers' name.
    • jpa

      JPA (camel-jpa) Store and retrieve Java objects from databases using Java Persistence API (JPA). Category: database Since: 1.0 Maven coordinates: org.apache.camel:camel-jpa Syntax: jpa:entityType Path parameter: entityType (required) Entity class name
      Parameters:
      path - entityType
      Returns:
      the dsl builder
    • jpa

      default JpaEndpointBuilderFactory.JpaEndpointBuilder jpa(String componentName, String path)
      JPA (camel-jpa) Store and retrieve Java objects from databases using Java Persistence API (JPA). Category: database Since: 1.0 Maven coordinates: org.apache.camel:camel-jpa Syntax: jpa:entityType Path parameter: entityType (required) Entity class name
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - entityType
      Returns:
      the dsl builder