Class Projections.Min
java.lang.Object
io.micronaut.data.processor.visitors.finders.Projections.Min
- Enclosing class:
- Projections
The MIN 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
-
Min
public Min()
-
-
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)
-