Class Projections.Max
- java.lang.Object
-
- io.micronaut.data.processor.visitors.finders.Projections.Max
-
- Enclosing class:
- Projections
public static class Projections.Max extends java.lang.Object
The MAX projection.
-
-
Constructor Summary
Constructors Constructor Description Max()
-
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()
-
-