Uses of Enum Class
org.springframework.data.jdbc.core.dialect.JdbcArrayColumns.DefaultSupport
Packages that use JdbcArrayColumns.DefaultSupport
Package
Description
JDBC-specific Dialect implementations.
-
Uses of JdbcArrayColumns.DefaultSupport in org.springframework.data.jdbc.core.dialect
Subclasses with type arguments of type JdbcArrayColumns.DefaultSupport in org.springframework.data.jdbc.core.dialectModifier and TypeClassDescriptionstatic enumDefaultArrayColumnsimplementation for dialects that do not support array-typed columns.Methods in org.springframework.data.jdbc.core.dialect that return JdbcArrayColumns.DefaultSupportModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static JdbcArrayColumns.DefaultSupport[]JdbcArrayColumns.DefaultSupport.values()Returns an array containing the constants of this enum class, in the order they are declared.