Class | Description |
---|---|
AbstractAggregate<T extends AbstractAggregate<T>> |
This class is the base class for aggregate functions.
|
Avg | |
Count | |
CountAll |
CountAll seems like the other aggregates, but it is special because there is no column.
|
Max | |
Min | |
Sum |
Copyright © 2016–2017 MyBatis.org. All rights reserved.