public interface RowMapperHolder
Modifier and Type | Method and Description |
---|---|
org.springframework.jdbc.core.RowMapper |
getRowMapper(Class requiredType)
返回该选择器对应的RowMapper
|
boolean |
isMatch(Class requiredType)
根据类型进行匹配
|
Copyright © 2006–2018 TinyGroup. All rights reserved.