Package | Description |
---|---|
cn.hutool.db.handler |
JDBC结果集(ResultSet)转换封装,通过实现RsHandler接口,将ResultSet转换为我们想要的数据类型
|
Modifier and Type | Method and Description |
---|---|
static <E> BeanListHandler<E> |
BeanListHandler.create(Class<E> beanType)
创建一个 BeanListHandler对象
|
Copyright © 2024. All rights reserved.