Uses of Interface
cn.cloudself.query.config.IOnlyGlobalConfig.ResultSetGetter
-
Packages that use IOnlyGlobalConfig.ResultSetGetter Package Description cn.cloudself.query.config cn.cloudself.query.config.impl -
-
Uses of IOnlyGlobalConfig.ResultSetGetter in cn.cloudself.query.config
Methods in cn.cloudself.query.config that return IOnlyGlobalConfig.ResultSetGetter Modifier and Type Method Description <T> IOnlyGlobalConfig.ResultSetGetter<T>IOnlyGlobalConfig. resultSetParser(Class<T> clazz) -
Uses of IOnlyGlobalConfig.ResultSetGetter in cn.cloudself.query.config.impl
Methods in cn.cloudself.query.config.impl that return IOnlyGlobalConfig.ResultSetGetter Modifier and Type Method Description <T> IOnlyGlobalConfig.ResultSetGetter<T>FinalQueryProConfigImpl. resultSetParser(Class<T> clazz)<T> IOnlyGlobalConfig.ResultSetGetter<T>GlobalQueryProConfigImpl. resultSetParser(Class<T> clazz)ResultSet解析器 内置支持的类型有: BigDecimal, Byte, ByteArray, Date, LocalDate, LocalTime, LocalDateTime, java.sql.Date, Double, Float, Int, Long, Time, Timestamp, Short, String,Methods in cn.cloudself.query.config.impl with parameters of type IOnlyGlobalConfig.ResultSetGetter Modifier and Type Method Description <T> GlobalQueryProConfigImplGlobalQueryProConfigImpl. addResultSetParser(Class<T> clazz, IOnlyGlobalConfig.ResultSetGetter<T> value)添加一个ResultSet解析器(字段解析器)<T> GlobalQueryProConfigImplGlobalQueryProConfigImpl. putToResultSetParser(Class<T> clazz, IOnlyGlobalConfig.ResultSetGetter<T> value)
-