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.
|
Class | Description |
---|---|
MyBatis3Utils |
Utility functions for building MyBatis3 mappers.
|
Copyright © 2016–2021 MyBatis.org. All rights reserved.