Uses of Enum Class
org.springframework.data.relational.core.dialect.ArrayColumns.Unsupported
Packages that use ArrayColumns.Unsupported
Package
Description
Dialects abstract the SQL dialect of the underlying database.
-
Uses of ArrayColumns.Unsupported in org.springframework.data.relational.core.dialect
Subclasses with type arguments of type ArrayColumns.Unsupported in org.springframework.data.relational.core.dialectModifier and TypeClassDescriptionstatic enumDefaultArrayColumnsimplementation for dialects that do not support array-typed columns.Methods in org.springframework.data.relational.core.dialect that return ArrayColumns.UnsupportedModifier and TypeMethodDescriptionstatic ArrayColumns.UnsupportedReturns the enum constant of this class with the specified name.static ArrayColumns.Unsupported[]ArrayColumns.Unsupported.values()Returns an array containing the constants of this enum class, in the order they are declared.