Class HsqlDbDialect
java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.HsqlDbDialect
- All Implemented Interfaces:
Dialect
A
Dialect for HsqlDb.- Author:
- Jens Schauder, Myeonghyeon Lee, Mikhail Polivakha
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HsqlDbDialectDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlimit()Return theLimitClauseused by this dialect.lock()Return theLockClauseused by this dialect.booleanMethods inherited from class AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Dialect
getArraySupport, getConverters, getExistsFunction, getIdentifierProcessing, getInsertRenderContext, getLikeEscaper, orderByNullHandling, simpleTypes
-
Field Details
-
INSTANCE
Deprecated, for removal: This API element is subject to removal in a future version.use theorg.springframework.data.jdbc.core.dialect.JdbcHsqlDbDialectdirectly.
-
-
Constructor Details
-
HsqlDbDialect
protected HsqlDbDialect()
-
-
Method Details
-
limit
Description copied from interface:DialectReturn theLimitClauseused by this dialect.- Returns:
- the
LimitClauseused by this dialect.
-
lock
Description copied from interface:DialectReturn theLockClauseused by this dialect.- Returns:
- the
LockClauseused by this dialect.
-
supportsSingleQueryLoading
public boolean supportsSingleQueryLoading() -
getIdGeneration
-
org.springframework.data.jdbc.core.dialect.JdbcHsqlDbDialectdirectly.