Uses of Enum Class
org.springframework.data.jdbc.core.convert.JdbcColumnTypes
Packages that use JdbcColumnTypes
-
Uses of JdbcColumnTypes in org.springframework.data.jdbc.core.convert
Subclasses with type arguments of type JdbcColumnTypes in org.springframework.data.jdbc.core.convertModifier and TypeClassDescriptionenumUtility that determines the necessary type conversions between Java types used in the domain model and types compatible with JDBC drivers.Methods in org.springframework.data.jdbc.core.convert that return JdbcColumnTypesModifier and TypeMethodDescriptionstatic JdbcColumnTypesReturns the enum constant of this class with the specified name.static JdbcColumnTypes[]JdbcColumnTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.