java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.HsqlDbDialect
All Implemented Interfaces:
Dialect

public class HsqlDbDialect extends AbstractDialect
A Dialect for HsqlDb.
Author:
Jens Schauder, Myeonghyeon Lee
  • Field Details

  • Constructor Details

    • HsqlDbDialect

      protected HsqlDbDialect()
  • Method Details

    • limit

      public LimitClause limit()
      Description copied from interface: Dialect
      Return the LimitClause used by this dialect.
      Returns:
      the LimitClause used by this dialect.
    • lock

      public LockClause lock()
      Description copied from interface: Dialect
      Return the LockClause used by this dialect.
      Returns:
      the LockClause used by this dialect.
    • supportsSingleQueryLoading

      public boolean supportsSingleQueryLoading()