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