Class Projections.Max
java.lang.Object
io.micronaut.data.processor.visitors.finders.Projections.Max
- Enclosing class:
- Projections
The MAX projection.
-
Constructor Summary
-
Method Summary
Modifier 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
-
Max
public Max()
-
-
Method Details
-
createProjection
public jakarta.persistence.criteria.Selection<?> createProjection(jakarta.persistence.criteria.CriteriaBuilder cb, PersistentPropertyPath<?> propertyPath) -
getPrefix
-
find
public final jakarta.persistence.criteria.Selection<?> find(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, String value, BiFunction<PersistentEntityRoot<?>, String, PersistentPropertyPath<?>> findFunction)
-