Class JdbcH2Dialect

java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.H2Dialect
org.springframework.data.jdbc.core.dialect.JdbcH2Dialect
All Implemented Interfaces:
JdbcDialect, org.springframework.data.relational.core.dialect.Dialect

public class JdbcH2Dialect extends org.springframework.data.relational.core.dialect.H2Dialect implements JdbcDialect
JDBC-specific H2 Dialect.
Since:
3.5
Author:
Mikhail Polivakha
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.data.relational.core.dialect.H2Dialect

    org.springframework.data.relational.core.dialect.H2Dialect.H2ArrayColumns
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final JdbcH2Dialect
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the JDBC specific array support object that describes how array-typed columns are supported by this dialect.

    Methods inherited from class org.springframework.data.relational.core.dialect.H2Dialect

    getIdentifierProcessing, getIdGeneration, limit, lock, simpleTypes, supportsSingleQueryLoading

    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

    getConverters, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling, simpleTypes, supportsSingleQueryLoading
  • Field Details

  • Constructor Details

    • JdbcH2Dialect

      public JdbcH2Dialect()
  • Method Details

    • getArraySupport

      public JdbcArrayColumns getArraySupport()
      Description copied from interface: JdbcDialect
      Returns the JDBC specific array support object that describes how array-typed columns are supported by this dialect.
      Specified by:
      getArraySupport in interface org.springframework.data.relational.core.dialect.Dialect
      Specified by:
      getArraySupport in interface JdbcDialect
      Overrides:
      getArraySupport in class org.springframework.data.relational.core.dialect.H2Dialect
      Returns:
      the JDBC specific array support object that describes how array-typed columns are supported by this dialect.