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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlimit()
Return theLimitClause
used by this dialect.lock()
Return theLockClause
used by this dialect.Methods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.relational.core.dialect.Dialect
getArraySupport, getConverters, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, orderByNullHandling, simpleTypes
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
HsqlDbDialect
protected HsqlDbDialect()
-
-
Method Details
-
limit
Description copied from interface:Dialect
Return theLimitClause
used by this dialect.- Returns:
- the
LimitClause
used by this dialect.
-
lock
Description copied from interface:Dialect
Return theLockClause
used by this dialect.- Returns:
- the
LockClause
used by this dialect.
-