Uses of Class
io.ebeaninternal.server.transaction.TransactionScopeManager
Packages that use TransactionScopeManager
Package
Description
Transaction implementation
-
Uses of TransactionScopeManager in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return TransactionScopeManagerModifier and TypeMethodDescriptionSpiTransactionManager.scope()Return the scope manager for this server.Constructors in io.ebeaninternal.api with parameters of type TransactionScopeManager -
Uses of TransactionScopeManager in io.ebeaninternal.server.transaction
Subclasses of TransactionScopeManager in io.ebeaninternal.server.transactionModifier and TypeClassDescriptionclassManages the transaction scoping using a Ebean thread local.final classA TransactionScopeManager aware of external transaction managers.Methods in io.ebeaninternal.server.transaction that return TransactionScopeManagerModifier and TypeMethodDescriptionfinal TransactionScopeManagerTransactionManager.scope()Return the scope manager.Constructors in io.ebeaninternal.server.transaction with parameters of type TransactionScopeManagerModifierConstructorDescriptionTransactionManagerOptions(SpiServer server, boolean notifyL2CacheInForeground, DatabaseBuilder.Settings config, TransactionScopeManager scopeManager, ClusterManager clusterManager, BackgroundExecutor backgroundExecutor, BeanDescriptorManager descMgr, DataSourceSupplier dataSourceSupplier, SpiProfileHandler profileHandler, SpiLogManager logManager, TableModState tableModState, ServerCacheNotify cacheNotify, ClockService clockService)