Uses of Interface
org.apache.camel.builder.component.dsl.JpaComponentBuilderFactory.JpaComponentBuilder
Packages that use JpaComponentBuilderFactory.JpaComponentBuilder
-
Uses of JpaComponentBuilderFactory.JpaComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JpaComponentBuilderFactory.JpaComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.jpa()JPA (camel-jpa) Store and retrieve Java objects from databases using Java Persistence API (JPA). -
Uses of JpaComponentBuilderFactory.JpaComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JpaComponentBuilderFactory.JpaComponentBuilderMethods in org.apache.camel.builder.component.dsl that return JpaComponentBuilderFactory.JpaComponentBuilderModifier and TypeMethodDescriptionMaps an alias to a JPA entity class.JpaComponentBuilderFactory.JpaComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JpaComponentBuilderFactory.JpaComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.JpaComponentBuilderFactory.JpaComponentBuilder.entityManagerFactory(jakarta.persistence.EntityManagerFactory entityManagerFactory) To use the EntityManagerFactory.JpaComponentBuilderFactory.JpaComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.JpaComponentBuilderFactory.JpaComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.JpaComponentBuilderFactory.JpaComponentBuilder.joinTransaction(boolean joinTransaction) The camel-jpa component will join transaction by default.JpaComponentBuilderFactory.jpa()JPA (camel-jpa) Store and retrieve Java objects from databases using Java Persistence API (JPA).JpaComponentBuilderFactory.JpaComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).JpaComponentBuilderFactory.JpaComponentBuilder.sharedEntityManager(boolean sharedEntityManager) Whether to use Spring's SharedEntityManager for the consumer/producer.JpaComponentBuilderFactory.JpaComponentBuilder.transactionStrategy(org.apache.camel.component.jpa.TransactionStrategy transactionStrategy) To use the TransactionStrategy for running the operations in a transaction.