com.avaje.ebean.config.dbplatform
Class HsqldbPlatform
java.lang.Object
com.avaje.ebean.config.dbplatform.DatabasePlatform
com.avaje.ebean.config.dbplatform.HsqldbPlatform
public class HsqldbPlatform
- extends DatabasePlatform
H2 specific platform.
| Methods inherited from class com.avaje.ebean.config.dbplatform.DatabasePlatform |
completeSql, convertQuotedIdentifiers, getBlobDbType, getBooleanDbType, getClobDbType, getCloseQuote, getDbDdlSyntax, getDbEncrypt, getDbIdentity, getDbTypeMap, getName, getOpenQuote, getSqlLimiter, isIdInExpandedForm, isSelectCountWithAlias, isTreatEmptyStringsAsNull, setDbEncrypt |
HsqldbPlatform
public HsqldbPlatform()
createSequenceIdGenerator
public IdGenerator createSequenceIdGenerator(BackgroundExecutor be,
DataSource ds,
String seqName,
int batchSize)
- Return a H2 specific sequence IdGenerator that supports batch fetching
sequence values.
- Overrides:
createSequenceIdGenerator in class DatabasePlatform
- Parameters:
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
Copyright © 2012. All Rights Reserved.