Module spring.data.jdbc
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 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, getIdGeneration, limit, lockMethods 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
getConverters, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling, supportsSingleQueryLoading
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JdbcPostgresDialect
public JdbcPostgresDialect()
-
-
Method Details
-
simpleTypes
- Specified by:
simpleTypesin interfaceorg.springframework.data.relational.core.dialect.Dialect- Overrides:
simpleTypesin classorg.springframework.data.relational.core.dialect.PostgresDialect
-
getArraySupport
Description copied from interface:JdbcDialectReturns the JDBC specific array support object that describes how array-typed columns are supported by this dialect.- Specified by:
getArraySupportin interfaceorg.springframework.data.relational.core.dialect.Dialect- Specified by:
getArraySupportin interfaceJdbcDialect- Overrides:
getArraySupportin classorg.springframework.data.relational.core.dialect.PostgresDialect- Returns:
- the JDBC specific array support object that describes how array-typed columns are supported by this dialect.
-