Uses of Interface
org.apache.camel.component.jpa.TransactionStrategy
Packages that use TransactionStrategy
Package
Description
Defines the JPA component for polling databases or recording messages in a database.
-
Uses of TransactionStrategy in org.apache.camel.component.jpa
Classes in org.apache.camel.component.jpa that implement TransactionStrategyMethods in org.apache.camel.component.jpa that return TransactionStrategyModifier and TypeMethodDescriptionJpaComponent.getTransactionStrategy()JpaEndpoint.getTransactionStrategy()Methods in org.apache.camel.component.jpa with parameters of type TransactionStrategyModifier and TypeMethodDescriptionvoidJpaComponent.setTransactionStrategy(TransactionStrategy transactionStrategy) To use theTransactionStrategyfor running the operations in a transaction.voidJpaEndpoint.setTransactionStrategy(TransactionStrategy transactionStrategy) -
Uses of TransactionStrategy in org.apache.camel.processor.idempotent.jpa
Constructors in org.apache.camel.processor.idempotent.jpa with parameters of type TransactionStrategyModifierConstructorDescriptionJpaMessageIdRepository(jakarta.persistence.EntityManagerFactory entityManagerFactory, TransactionStrategy transactionStrategy, String processorName)