Class JdbcValue
java.lang.Object
org.springframework.data.jdbc.core.mapping.JdbcValue
Wraps a value with the JDBCType that should be used to pass it as a bind parameter to a
PreparedStatement. Register a converter from any type to JdbcValue in order to control the
value and the JDBCType as which a value should get passed to the JDBC driver.- Since:
- 2.4
- Author:
- Jens Schauder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JdbcValue
-
-
Method Details
-
of
-
getValue
-
getJdbcType
-
equals
-
hashCode
-