Class Projections.Sum
java.lang.Object
io.micronaut.data.processor.visitors.finders.Projections.Sum
- Enclosing class:
- Projections
The SUM projection.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.persistence.criteria.Selection<?>createProjection(jakarta.persistence.criteria.CriteriaBuilder cb, PersistentPropertyPath<?> propertyPath) final jakarta.persistence.criteria.Selection<?>find(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, String value, BiFunction<PersistentEntityRoot<?>, String, PersistentPropertyPath<?>> findFunction) protected String
- 
Constructor Details- 
Sumpublic Sum()
 
- 
- 
Method Details- 
createProjectionpublic jakarta.persistence.criteria.Selection<?> createProjection(jakarta.persistence.criteria.CriteriaBuilder cb, PersistentPropertyPath<?> propertyPath) 
- 
getPrefix
- 
findpublic final jakarta.persistence.criteria.Selection<?> find(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, String value, BiFunction<PersistentEntityRoot<?>, String, PersistentPropertyPath<?>> findFunction) 
 
-