Uses of Interface
org.springframework.data.relational.core.dialect.ArrayColumns
Packages that use ArrayColumns
Package
Description
Dialects abstract the SQL dialect of the underlying database.
-
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.protected static classclassArrayColumnssupport 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()