JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
develop.toolkit.mybatis
Interface BaseMapper<T>
public interface
BaseMapper<T>
Author:
qiushui on 2022-02-10.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
T
>
select
(
Object
search)
Method Details
select
@SelectProvider(type=
BaseMapperMysqlProvider.class
, method="select")
List
<
T
>
select
(
Object
search)