| CommonCountMapper |
This is a general purpose MyBatis mapper for count statements.
|
| CommonDeleteMapper |
This is a general purpose MyBatis mapper for delete statements.
|
| CommonInsertMapper<T> |
This is a general purpose mapper for executing various types of insert statements.
|
| CommonSelectMapper |
This is a general purpose MyBatis mapper for select statements.
|
| CommonUpdateMapper |
This is a general purpose MyBatis mapper for update statements.
|
| ToMonoIntBiFunction<T,U> |
Represents a function that accepts two arguments and produces an int-valued
result.
|
| ToMonoIntFunction<T> |
Represents a function that produces an int-valued result.
|
| ToMonoLongFunction<T> |
Represents a function that produces a long-valued result.
|