Uses of Interface
io.ebean.config.dbplatform.PlatformIdGenerator
-
Packages that use PlatformIdGenerator Package Description io.ebean.config.dbplatform Database platform specific support -
-
Uses of PlatformIdGenerator in io.ebean.config.dbplatform
Classes in io.ebean.config.dbplatform that implement PlatformIdGenerator Modifier and Type Class Description classSequenceBatchIdGeneratorDatabase sequence based IdGenerator using Sequence Step 1 but batch fetch many sequence values.classSequenceIdGeneratorDatabase sequence based IdGenerator.classSequenceStepIdGeneratorDatabase sequence based IdGenerator using Sequence Step (e.g.classSimpleSequenceIdGeneratorA very simple Database sequence based IdGenerator.Methods in io.ebean.config.dbplatform that return PlatformIdGenerator Modifier and Type Method Description PlatformIdGeneratorDatabasePlatform. createSequenceIdGenerator(BackgroundExecutor be, DataSource ds, int stepSize, String seqName)Return a DB Sequence based IdGenerator.
-