| 构造器和说明 |
|---|
BeanListHandler(Class<E> beanType)
构造
|
public static <E> BeanListHandler<E> of(Class<E> beanType)
E - 处理对象类型beanType - Bean类型public List<E> handle(ResultSet rs) throws SQLException
RsHandlerhandle 在接口中 RsHandler<List<E>>rs - 结果集SQLException - SQL异常Copyright © 2023. All rights reserved.