Uses of Enum Class
org.springframework.data.jdbc.core.dialect.JdbcArrayColumns.Unsupported
Packages that use JdbcArrayColumns.Unsupported
Package
Description
JDBC-specific Dialect implementations.
-
Uses of JdbcArrayColumns.Unsupported in org.springframework.data.jdbc.core.dialect
Subclasses with type arguments of type JdbcArrayColumns.Unsupported 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.UnsupportedModifier and TypeMethodDescriptionstatic JdbcArrayColumns.UnsupportedReturns the enum constant of this class with the specified name.static JdbcArrayColumns.Unsupported[]JdbcArrayColumns.Unsupported.values()Returns an array containing the constants of this enum class, in the order they are declared.