public class HsqldbPlatform extends DatabasePlatform
DatabasePlatform.OnQueryOnly
Constructor and Description |
---|
HsqldbPlatform() |
Modifier and Type | Method and Description |
---|---|
PlatformIdGenerator |
createSequenceIdGenerator(BackgroundExecutor be,
DataSource ds,
String seqName,
int batchSize)
Return a DB Sequence based IdGenerator.
|
completeSql, configure, convertQuotedIdentifiers, escapeLikeString, getBasicSqlLimiter, getBlobDbType, getBooleanDbType, getClobDbType, getCloseQuote, getColumnAliasPrefix, getConcatOperator, getDbDefaultValue, getDbEncrypt, getDbIdentity, getDbTypeMap, getHistorySupport, getLikeClause, getMaxConstraintNameLength, getMaxTableNameLength, getName, getOnQueryOnly, getOpenQuote, getPersistBatchOnCascade, getPlatform, getSqlLimiter, getTableAliasPlaceHolder, isForwardOnlyHintOnFindIterate, isIdInExpandedForm, isNativeUuidType, isPlatform, isSelectCountWithAlias, isSupportsNativeIlike, isTreatEmptyStringsAsNull, setColumnAliasPrefix, setDbEncrypt, setDbFalseLiteral, setDbTrueLiteral, setForwardOnlyHintOnFindIterate, setHistorySupport, setOnQueryOnly, setTableAliasPlaceHolder, tableExists, translate, unQuote, useExtraTransactionOnIterateSecondaryQueries
public HsqldbPlatform()
public PlatformIdGenerator 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 loadedCopyright © 2018. All rights reserved.