Uses of Interface
io.ebean.BackgroundExecutor
Package
Description
Server Cache Service
Database platform specific support
-
Uses of BackgroundExecutor in io.ebean
Modifier and TypeMethodDescriptionDatabase.backgroundExecutor()
Return the BackgroundExecutor service for asynchronous processing of queries.static BackgroundExecutor
DB.backgroundExecutor()
Return the BackgroundExecutor service for asynchronous processing of queries. -
Uses of BackgroundExecutor in io.ebean.cache
Modifier and TypeMethodDescriptionServerCachePlugin.create
(DatabaseConfig config, BackgroundExecutor executor) Create the ServerCacheFactory given the server config and background executor service. -
Uses of BackgroundExecutor in io.ebean.config.dbplatform
Modifier and TypeFieldDescriptionprotected final BackgroundExecutor
SequenceIdGenerator.backgroundExecutor
Modifier and TypeMethodDescriptionDatabasePlatform.createSequenceIdGenerator
(BackgroundExecutor be, DataSource ds, int stepSize, String seqName) Return a DB Sequence based IdGenerator.ModifierConstructorDescriptionSequenceBatchIdGenerator
(BackgroundExecutor be, DataSource ds, String seqName, int batchSize) Construct where batchSize is the sequence step size.protected
SequenceIdGenerator
(BackgroundExecutor be, DataSource ds, String seqName, int allocationSize) Construct given a dataSource and sql to return the next sequence value.protected
SequenceStepIdGenerator
(BackgroundExecutor be, DataSource ds, String seqName, int stepSize) Construct with stepSize (typically 50).