接口 AbstractJdbcRowConverter.JdbcDeserializationConverter
-
- 所有超级接口:
Serializable
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@FunctionalInterface public static interface AbstractJdbcRowConverter.JdbcDeserializationConverter extends Serializable
Runtime converter to convert JDBC field toRowDatatype object.
-
-
方法详细资料
-
deserialize
Object deserialize(Object jdbcField) throws SQLException
Convert a jdbc field object ofResultSetto the internal data structure object.- 参数:
jdbcField- A single field of aResultSet- 抛出:
SQLException
-
-