Uses of Class
org.mybatis.dynamic.sql.select.aggregate.Avg
-
Packages that use Avg Package Description org.mybatis.dynamic.sql org.mybatis.dynamic.sql.select.aggregate -
-
Uses of Avg in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return Avg Modifier and Type Method Description static AvgSqlBuilder. avg(BasicColumn column) -
Uses of Avg in org.mybatis.dynamic.sql.select.aggregate
Methods in org.mybatis.dynamic.sql.select.aggregate that return Avg Modifier and Type Method Description protected AvgAvg. copy()static AvgAvg. of(BasicColumn column)
-