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