public interface SelectStatementCursorMapper<R>
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.ibatis.cursor.Cursor<R> |
selectEntityCursorBySql(SelectStatement<?> statement) |
default org.apache.ibatis.cursor.Cursor<R> |
selectEntityCursorBySql(SelectStatement<?> statement,
Criteria criteria,
OrderBy orderBy) |
org.apache.ibatis.cursor.Cursor<Map<String,Object>> |
selectMapCursorBySql(SelectStatement<?> statement) |
default org.apache.ibatis.cursor.Cursor<Map<String,Object>> |
selectMapCursorBySql(SelectStatement<?> statement,
Criteria criteria,
OrderBy orderBy) |
@SelectProvider(type=MapperProviders.class, method="selectBySql") @Options(fetchSize=1000) org.apache.ibatis.cursor.Cursor<R> selectEntityCursorBySql(@Param(value="_r") SelectStatement<?> statement)
@SelectProvider(type=MapperProviders.class, method="selectBySql") @Options(fetchSize=1000) org.apache.ibatis.cursor.Cursor<Map<String,Object>> selectMapCursorBySql(@Param(value="_r") SelectStatement<?> statement)
default org.apache.ibatis.cursor.Cursor<R> selectEntityCursorBySql(SelectStatement<?> statement, Criteria criteria, OrderBy orderBy)
Copyright © 2024 fossc. All rights reserved.