Uses of Interface
org.springframework.data.jdbc.core.convert.JdbcArrayColumns
Packages that use JdbcArrayColumns
-
Uses of JdbcArrayColumns in org.springframework.data.jdbc.core.convert
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) Deprecated, for removal: This API element is subject to removal in a future version.
DefaultJdbcTypeFactory(JdbcOperations, org.springframework.data.jdbc.core.dialect.JdbcArrayColumns)instead.