Uses of Interface
org.apache.camel.component.jpa.TransactionStrategy
-
Packages that use TransactionStrategy Package Description org.apache.camel.component.jpa Defines the JPA component for polling databases or recording messages in a database.org.apache.camel.processor.idempotent.jpa -
-
Uses of TransactionStrategy in org.apache.camel.component.jpa
Classes in org.apache.camel.component.jpa that implement TransactionStrategy Modifier and Type Class Description classDefaultTransactionStrategyMethods in org.apache.camel.component.jpa that return TransactionStrategy Modifier and Type Method Description TransactionStrategyJpaComponent. getTransactionStrategy()TransactionStrategyJpaEndpoint. getTransactionStrategy()Methods in org.apache.camel.component.jpa with parameters of type TransactionStrategy Modifier and Type Method Description voidJpaComponent. 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 TransactionStrategy Constructor Description JpaMessageIdRepository(javax.persistence.EntityManagerFactory entityManagerFactory, TransactionStrategy transactionStrategy, String processorName)
-