Uses of Interface
io.ebeaninternal.api.SpiLogManager
Packages that use SpiLogManager
Package
Description
Core implementation objects
Persistence Implementation
Transaction implementation
-
Uses of SpiLogManager in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return SpiLogManager -
Uses of SpiLogManager in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core that return SpiLogManager -
Uses of SpiLogManager in io.ebeaninternal.server.persist
Constructors in io.ebeaninternal.server.persist with parameters of type SpiLogManagerModifierConstructorDescriptionBinder(TypeManager typeManager, SpiLogManager logManager, int asOfBindCount, boolean asOfStandardsBased, DbExpressionHandler dbExpressionHandler, DataTimeZone dataTimeZone, io.ebeaninternal.server.persist.platform.MultiValueBind multiValueBind) -
Uses of SpiLogManager in io.ebeaninternal.server.transaction
Methods in io.ebeaninternal.server.transaction that return SpiLogManagerConstructors in io.ebeaninternal.server.transaction with parameters of type SpiLogManagerModifierConstructorDescriptionTransactionManagerOptions(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)