| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.ibatis.cursor.Cursor<T> |
selectCursor(T entity)
根据实体字段条件查询
|
org.apache.ibatis.cursor.Cursor<T> |
selectCursorByExample(E example)
根据 Example 条件查询
|
@Lang(value=io.mybatis.provider.Caching.class) @SelectProvider(type=EntityProvider.class, method="select") org.apache.ibatis.cursor.Cursor<T> selectCursor(T entity)
entity - 实体类@Lang(value=io.mybatis.provider.Caching.class) @SelectProvider(type=ExampleProvider.class, method="selectByExample") org.apache.ibatis.cursor.Cursor<T> selectCursorByExample(E example)
example - 条件Copyright © 2021. All rights reserved.