Uses of Interface
org.apache.cayenne.tx.TransactionManager
Packages that use TransactionManager
Package
Description
Contains classes that make up Cayenne ORM stack.
-
Uses of TransactionManager in org.apache.cayenne.access
Fields in org.apache.cayenne.access declared as TransactionManagerModifier and TypeFieldDescriptionprotected final TransactionManagerDataDomain.transactionManagerConstructors in org.apache.cayenne.access with parameters of type TransactionManagerModifierConstructorDescriptionDataDomain(String name, TransactionManager transactionManager, TransactionFactory transactionFactory, DataDomainFlushActionFactory flushActionFactory, AdhocObjectFactory objectFactory, EventManager eventManager, QueryCache queryCache, DataRowStore sharedSnapshotCache, int maxIdQualifierSize, boolean validatingObjectsOnCommit, EntityResolver entityResolver, EntitySorter entitySorter) -
Uses of TransactionManager in org.apache.cayenne.configuration.runtime
Fields in org.apache.cayenne.configuration.runtime declared as TransactionManagerModifier and TypeFieldDescriptionprotected TransactionManagerDataDomainProvider.transactionManager -
Uses of TransactionManager in org.apache.cayenne.tx
Classes in org.apache.cayenne.tx that implement TransactionManagerFields in org.apache.cayenne.tx declared as TransactionManagerModifier and TypeFieldDescriptionprotected TransactionManagerTransactionFilter.transactionManager