Uses of Interface
org.apache.camel.builder.endpoint.dsl.JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder
Packages that use JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder
-
Uses of JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the JPA component.Methods in org.apache.camel.builder.endpoint.dsl that return JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilderModifier and TypeMethodDescriptionJpaEndpointBuilderFactory.JpaEndpointProducerBuilder.advanced()JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder.entityManagerProperties(String key, Object value) Additional properties for the entity manager to use.JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder.entityManagerProperties(Map values) Additional properties for the entity manager to use.JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder.sharedEntityManager(boolean sharedEntityManager) Whether to use Spring's SharedEntityManager for the consumer/producer.JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder.sharedEntityManager(String sharedEntityManager) Whether to use Spring's SharedEntityManager for the consumer/producer.JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder.usePassedInEntityManager(boolean usePassedInEntityManager) If set to true, then Camel will use the EntityManager from the header JpaConstants.ENTITY_MANAGER instead of the configured entity manager on the component/endpoint.JpaEndpointBuilderFactory.AdvancedJpaEndpointProducerBuilder.usePassedInEntityManager(String usePassedInEntityManager) If set to true, then Camel will use the EntityManager from the header JpaConstants.ENTITY_MANAGER instead of the configured entity manager on the component/endpoint.