public class ResultSingleCollectionExtractor<C extends Collection<Object>> extends Object implements ResultExtractor<C>
| 构造器和说明 |
|---|
ResultSingleCollectionExtractor(Supplier<C> collectionBuilder) |
ResultSingleCollectionExtractor(Supplier<C> collectionBuilder,
Type type) |
public ResultSingleCollectionExtractor(Supplier<C> collectionBuilder)
public C extract(ResultSet rs) throws SQLException
extract 在接口中 ResultExtractor<C extends Collection<Object>>SQLExceptionCopyright © 2025 fossc. All rights reserved.