Interface SQLAggregateClause<E extends EntityType>
- All Known Implementing Classes:
AggregateClause
public interface SQLAggregateClause<E extends EntityType>
all aggregate functions in sql such as SUM,AVG,COUNT,...
- Author:
- alireza_bayat created on 2/26/22
-
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(E e) create instanceClassof given entity to be used in Aggregate clauses
-
Method Details
-
createInstance
create instance
Classof given entity to be used in Aggregate clausesprobably not needed in second approach
- Parameters:
e- passed entity object- Returns:
- SQLAggregateClause
object
-
count
-
avg
-
sum
-
min
-
max
-
groupBy
-
having
-