Uses of Class
io.ebeaninternal.server.transaction.TransactionManager
Packages that use TransactionManager
Package
Description
Core implementation objects
Transaction implementation
-
Uses of TransactionManager in io.ebeaninternal.api
Methods in io.ebeaninternal.api with parameters of type TransactionManagerModifier and TypeMethodDescriptionTransactionEvent.buildCacheChanges(TransactionManager manager) Build and return the cache changeSet. -
Uses of TransactionManager in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core with parameters of type TransactionManagerModifier and TypeMethodDescriptionInternalConfiguration.initQueryPlanManager(TransactionManager transactionManager) -
Uses of TransactionManager in io.ebeaninternal.server.query
Constructors in io.ebeaninternal.server.query with parameters of type TransactionManagerModifierConstructorDescriptionCQueryPlanManager(TransactionManager transactionManager, long defaultThreshold, QueryPlanLogger planLogger, ExtraMetrics extraMetrics) -
Uses of TransactionManager in io.ebeaninternal.server.transaction
Methods in io.ebeaninternal.server.transaction with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidDefaultProfileStream.end(TransactionManager manager) End the transaction profiling.voidProfileStream.end(TransactionManager manager) Transaction completed collect the profiling information.voidDefaultTransactionScopeManager.register(TransactionManager manager) voidExternalTransactionScopeManager.register(TransactionManager manager) abstract voidTransactionScopeManager.register(TransactionManager manager) Register the transaction manager (for use by external transaction scopes).Constructors in io.ebeaninternal.server.transaction with parameters of type TransactionManagerModifierConstructorDescriptionExternalJdbcTransaction(boolean explicit, Connection connection, TransactionManager manager) Construct will all explicit parameters.JtaTransaction(boolean explicit, jakarta.transaction.UserTransaction utx, DataSource ds, TransactionManager manager) Create the JtaTransaction.