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 theLimitClauseused by this dialect.lock()Return theLockClauseused by this dialect.Methods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect
getAfterFromTable, getAfterOrderBy, getSelectContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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: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.
-