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
,Dialect
JDBC specific Postgres Dialect.
- Since:
- 2.3
- Author:
- Jens Schauder, Mark Paluch
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the array support object that describes how array-typed columns are supported by this dialect.Return theSet
of types considered store native types that can be handeled by the driver.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
-
INSTANCE
-
-
Constructor Details
-
JdbcPostgresDialect
public JdbcPostgresDialect()
-
-
Method Details
-
simpleTypes
Description copied from interface:Dialect
Return theSet
of types considered store native types that can be handeled by the driver.- Specified by:
simpleTypes
in interfaceDialect
- Overrides:
simpleTypes
in classPostgresDialect
- Returns:
- never null.
-
getArraySupport
Description copied from interface:Dialect
Returns the array support object that describes how array-typed columns are supported by this dialect.- Specified by:
getArraySupport
in interfaceDialect
- Specified by:
getArraySupport
in interfaceJdbcDialect
- Overrides:
getArraySupport
in classPostgresDialect
- Returns:
- the array support object that describes how array-typed columns are supported by this dialect.
-