Uses of Interface
org.exoplatform.services.transaction.TransactionService
-
-
Uses of TransactionService in org.exoplatform.services.jdbc.impl
Constructors in org.exoplatform.services.jdbc.impl with parameters of type TransactionService Constructor Description DataSourceProviderImpl(org.exoplatform.container.xml.InitParams params, TransactionService tService)The default constructor -
Uses of TransactionService in org.exoplatform.services.transaction.impl
Classes in org.exoplatform.services.transaction.impl that implement TransactionService Modifier and Type Class Description classAbstractTransactionServiceThis abstract class implements the main logic of all the methods expected for aTransactionService. -
Uses of TransactionService in org.exoplatform.services.transaction.impl.atomikos
Classes in org.exoplatform.services.transaction.impl.atomikos that implement TransactionService Modifier and Type Class Description classTransactionsEssentialsTransactionServiceDeprecated.JBossTransactionServiceused in all cases instead -
Uses of TransactionService in org.exoplatform.services.transaction.impl.jboss
Classes in org.exoplatform.services.transaction.impl.jboss that implement TransactionService Modifier and Type Class Description classJBossTransactionService
-