Uses of Class
org.seasar.doma.jdbc.criteria.expression.AggregateFunction.Count
Packages that use AggregateFunction.Count
Package
Description
Provides classes that represent the SQL expressions.
-
Uses of AggregateFunction.Count in org.seasar.doma.jdbc.criteria.expression
Methods in org.seasar.doma.jdbc.criteria.expression that return AggregateFunction.CountModifier and TypeMethodDescriptionstatic AggregateFunction.CountExpressions.count()static AggregateFunction.CountExpressions.count(PropertyMetamodel<?> propertyMetamodel) static AggregateFunction.CountExpressions.countDistinct(PropertyMetamodel<?> propertyMetamodel) Methods in org.seasar.doma.jdbc.criteria.expression with parameters of type AggregateFunction.CountModifier and TypeMethodDescriptionvoidAggregateFunction.Visitor.visit(AggregateFunction.Count count)