Jakarta Persistence (JPA) Method
Expression<Long> countDistinct(
Expression<?> x
)
Create an aggregate expression applying the count distinct operation.
- Parameters:
x- expression representing input value to count distinct operation
- Returns:
- count distinct expression.
- Since:
- Jakarta Persistence (JPA) 1.0