Uses of Interface
org.springframework.data.relational.core.dialect.ArrayColumns
Packages that use ArrayColumns
Package
Description
JDBC-specific conversion classes.
R2DBC-specific conversion and converter implementations.
Dialects abstract the SQL dialect of the underlying database.
Dialects abstract the SQL dialect of the underlying database.
-
Uses of ArrayColumns in org.springframework.data.jdbc.core.convert
Subinterfaces of ArrayColumns in org.springframework.data.jdbc.core.convertModifier and TypeInterfaceDescriptioninterfaceArrayColumnsthat offer JDBC-specific functionality.Classes in org.springframework.data.jdbc.core.convert that implement ArrayColumnsModifier and TypeClassDescriptionstatic enumDefaultArrayColumnsimplementation for dialects that do not support array-typed columns.static enumDefaultArrayColumnsimplementation for dialects that do not support array-typed columns. -
Uses of ArrayColumns in org.springframework.data.r2dbc.convert
Methods in org.springframework.data.r2dbc.convert with parameters of type ArrayColumnsModifier and TypeMethodDescriptionMappingR2dbcConverter.getArrayValue(ArrayColumns arrayColumns, RelationalPersistentProperty property, Object value) R2dbcConverter.getArrayValue(ArrayColumns arrayColumns, RelationalPersistentProperty property, Object value) Convert avalueinto an array representation according toArrayColumns. -
Uses of ArrayColumns in org.springframework.data.r2dbc.dialect
Methods in org.springframework.data.r2dbc.dialect that return ArrayColumns -
Uses of ArrayColumns in org.springframework.data.relational.core.dialect
Classes in org.springframework.data.relational.core.dialect that implement ArrayColumnsModifier and TypeClassDescriptionstatic enumDefaultArrayColumnsimplementation for dialects that do not support array-typed columns.classArrayColumnssupport using the actual object type orboxed primitivesJava types.Methods in org.springframework.data.relational.core.dialect that return ArrayColumnsModifier and TypeMethodDescriptionAnsiDialect.getArraySupport()default ArrayColumnsDialect.getArraySupport()Returns the array support object that describes how array-typed columns are supported by this dialect.H2Dialect.getArraySupport()PostgresDialect.getArraySupport()