| Interface | Description |
|---|---|
| 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.
|
| Class | Description |
|---|---|
| ReactiveMyBatis3Utils |
Utility functions for building MyBatis3 mappers.
|
Copyright © 2022. All rights reserved.