Class JdbcPostgresDialect

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

public class JdbcPostgresDialect extends org.springframework.data.relational.core.dialect.PostgresDialect implements JdbcDialect
JDBC specific Postgres Dialect.
Since:
2.3
Author:
Jens Schauder, Mark Paluch
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final JdbcPostgresDialect
     
  • 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.PostgresDialect

    getConverters, getExistsFunction, getIdentifierProcessing, limit, lock

    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, supportsSingleQueryLoading
  • Field Details

  • Constructor Details

    • JdbcPostgresDialect

      public JdbcPostgresDialect()
  • Method Details

    • simpleTypes

      public Set<Class<?>> simpleTypes()
      Specified by:
      simpleTypes in interface org.springframework.data.relational.core.dialect.Dialect
      Overrides:
      simpleTypes in class org.springframework.data.relational.core.dialect.PostgresDialect
    • 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.PostgresDialect
      Returns:
      the JDBC specific array support object that describes how array-typed columns are supported by this dialect.