Uses of Interface
org.springframework.data.jdbc.core.dialect.JdbcArrayColumns
Packages that use JdbcArrayColumns
Package
Description
JDBC-specific conversion classes.
JDBC-specific Dialect implementations.
-
Uses of JdbcArrayColumns in org.springframework.data.jdbc.core.convert
Subinterfaces of JdbcArrayColumns in org.springframework.data.jdbc.core.convertModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Classes in org.springframework.data.jdbc.core.convert that implement JdbcArrayColumnsModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.DefaultArrayColumnsimplementation for dialects that do not support array-typed columns.static enumDeprecated, for removal: This API element is subject to removal in a future version.DefaultArrayColumnsimplementation for dialects that do not support array-typed columns.Constructors in org.springframework.data.jdbc.core.convert with parameters of type JdbcArrayColumnsModifierConstructorDescriptionDefaultJdbcTypeFactory(JdbcOperations operations, JdbcArrayColumns arrayColumns) Creates a newDefaultJdbcTypeFactory. -
Uses of JdbcArrayColumns in org.springframework.data.jdbc.core.dialect
Classes in org.springframework.data.jdbc.core.dialect that implement JdbcArrayColumnsModifier and TypeClassDescriptionstatic enumDefaultArrayColumnsimplementation for dialects that do not support array-typed columns.static enumDefaultArrayColumnsimplementation for dialects that do not support array-typed columns.Methods in org.springframework.data.jdbc.core.dialect that return JdbcArrayColumnsModifier and TypeMethodDescriptiondefault JdbcArrayColumnsJdbcDialect.getArraySupport()Returns the JDBC specific array support object that describes how array-typed columns are supported by this dialect.static JdbcArrayColumnsJdbcDialect.getArraySupport(Dialect dialect) Returns thearray supportfor the givenDialect.JdbcH2Dialect.getArraySupport()JdbcHsqlDbDialect.getArraySupport()JdbcOracleDialect.getArraySupport()JdbcPostgresDialect.getArraySupport()
JdbcArrayColumns.