Class Projections.Sum
- java.lang.Object
-
- io.micronaut.data.processor.visitors.finders.Projections.Sum
-
- Enclosing class:
- Projections
public static class Projections.Sum extends java.lang.Object
The SUM projection.
-
-
Constructor Summary
Constructors Constructor Description Sum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.persistence.criteria.Selection<?>
createProjection(jakarta.persistence.criteria.CriteriaBuilder cb, PersistentEntityRoot<?> entityRoot, java.lang.String propertyName)
protected java.lang.String
getPrefix()
-
-
-
Method Detail
-
createProjection
public jakarta.persistence.criteria.Selection<?> createProjection(jakarta.persistence.criteria.CriteriaBuilder cb, PersistentEntityRoot<?> entityRoot, java.lang.String propertyName)
-
getPrefix
protected java.lang.String getPrefix()
-
-