|
||||||||||
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.Oracle10Platform
public class Oracle10Platform
Oracle10 and greater specific platform.
Constructor Summary | |
---|---|
Oracle10Platform() |
Method Summary | |
---|---|
IdGenerator |
createSequenceIdGenerator(BackgroundExecutor be, DataSource ds, String seqName, int batchSize) Return a DB Sequence based IdGenerator. |
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 Oracle10Platform()
Method Detail |
---|
public IdGenerator createSequenceIdGenerator(BackgroundExecutor be, DataSource ds, String seqName, int batchSize)
DatabasePlatform
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 |