|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avaje.ebean.config.dbplatform.DatabasePlatform
com.avaje.ebean.config.dbplatform.SQLitePlatform
public class SQLitePlatform
Constructor Summary | |
---|---|
SQLitePlatform() |
Method Summary | |
---|---|
IdGenerator |
createSequenceIdGenerator(BackgroundExecutor be, DataSource ds, String seqName, int batchSize) Return null in case there is a sequence annotation. |
Methods inherited from class com.avaje.ebean.config.dbplatform.DatabasePlatform |
---|
convertQuotedIdentifiers, getBlobDbType, getBooleanDbType, getCloseQuote, getDbDdlSyntax, getDbEncrypt, getDbIdentity, getDbTypeMap, getName, getOpenQuote, getSqlLimiter, isIdInExpandedForm, isTreatEmptyStringsAsNull, setDbEncrypt |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLitePlatform()
Method Detail |
---|
public IdGenerator createSequenceIdGenerator(BackgroundExecutor be, DataSource ds, String seqName, int batchSize)
createSequenceIdGenerator
in class DatabasePlatform
be
- the BackgroundExecutor that can be used to load the sequence if desiredds
- the DataSourceseqName
- the name of the sequencebatchSize
- the number of sequences that should be loaded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |