Package | Description |
---|---|
org.mybatis.dynamic.sql | |
org.mybatis.dynamic.sql.select.aggregate |
Class and Description |
---|
Avg |
Count |
CountAll
CountAll seems like the other aggregates, but it is special because there is no column.
|
Max |
Min |
Sum |
Class and Description |
---|
AbstractAggregate
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–2018 MyBatis.org. All rights reserved.