Enum Class JdbcArrayColumns.DefaultSupport
java.lang.Object
java.lang.Enum<JdbcArrayColumns.DefaultSupport>
org.springframework.data.jdbc.core.convert.JdbcArrayColumns.DefaultSupport
- All Implemented Interfaces:
Serializable, Comparable<JdbcArrayColumns.DefaultSupport>, Constable, JdbcArrayColumns, JdbcArrayColumns, ArrayColumns
- Enclosing interface:
JdbcArrayColumns
public static enum JdbcArrayColumns.DefaultSupport
extends Enum<JdbcArrayColumns.DefaultSupport>
implements JdbcArrayColumns
Default
ArrayColumns implementation for dialects that do not support array-typed columns.- Since:
- 2.3
- Author:
- Jens Schauder, Mark Paluch
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E>Nested classes/interfaces inherited from interface JdbcArrayColumns
JdbcArrayColumns.DefaultSupport, JdbcArrayColumns.Unsupported -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the enum constant of this class with the specified name.static JdbcArrayColumns.DefaultSupport[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface JdbcArrayColumns
getArrayType, getArrayTypeName, getSqlType
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceArrayColumns
-