Uses of Interface
org.apache.camel.builder.endpoint.dsl.JpaEndpointBuilderFactory.JpaEndpointBuilder
Packages that use JpaEndpointBuilderFactory.JpaEndpointBuilder
-
Uses of JpaEndpointBuilderFactory.JpaEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JpaEndpointBuilderFactory.JpaEndpointBuilderModifier and TypeMethodDescriptionJPA (camel-jpa) Store and retrieve Java objects from databases using Java Persistence API (JPA).JPA (camel-jpa) Store and retrieve Java objects from databases using Java Persistence API (JPA). -
Uses of JpaEndpointBuilderFactory.JpaEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JpaEndpointBuilderFactory.JpaEndpointBuilderModifier and TypeMethodDescriptionJpaEndpointBuilderFactory.AdvancedJpaEndpointBuilder.basic()JpaEndpointBuilderFactory.endpointBuilder(String componentName, String path) JpaEndpointBuilderFactory.JpaEndpointBuilder.joinTransaction(boolean joinTransaction) The camel-jpa component will join transaction by default.JpaEndpointBuilderFactory.JpaEndpointBuilder.joinTransaction(String joinTransaction) The camel-jpa component will join transaction by default.JPA (camel-jpa) Store and retrieve Java objects from databases using Java Persistence API (JPA).JPA (camel-jpa) Store and retrieve Java objects from databases using Java Persistence API (JPA).JpaEndpointBuilderFactory.JpaEndpointBuilder.maximumResults(int maximumResults) Set the maximum number of results to retrieve on the Query.JpaEndpointBuilderFactory.JpaEndpointBuilder.maximumResults(String maximumResults) Set the maximum number of results to retrieve on the Query.JpaEndpointBuilderFactory.JpaEndpointBuilder.namedQuery(String namedQuery) To use a named query.JpaEndpointBuilderFactory.JpaEndpointBuilder.nativeQuery(String nativeQuery) To use a custom native query.JpaEndpointBuilderFactory.JpaEndpointBuilder.persistenceUnit(String persistenceUnit) The JPA persistence unit used by default.To use a custom query.JpaEndpointBuilderFactory.JpaEndpointBuilder.resultClass(Class<Object> resultClass) Defines the type of the returned payload (we will call entityManager.createNativeQuery(nativeQuery, resultClass) instead of entityManager.createNativeQuery(nativeQuery)).JpaEndpointBuilderFactory.JpaEndpointBuilder.resultClass(String resultClass) Defines the type of the returned payload (we will call entityManager.createNativeQuery(nativeQuery, resultClass) instead of entityManager.createNativeQuery(nativeQuery)).