Class Projections
- java.lang.Object
-
- io.micronaut.data.processor.visitors.finders.Projections
-
@Internal public final class Projections extends java.lang.Object
Projections.- Since:
- 3.2
- Author:
- Denis Stepanov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Projections.Avg
The AVG projection.static class
Projections.Max
The MAX projection.static class
Projections.Min
The MIN projection.static class
Projections.Sum
The SUM projection.
-
Constructor Summary
Constructors Constructor Description Projections()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static jakarta.persistence.criteria.Selection<?>
find(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, java.lang.String value)
-
-
-
Method Detail
-
find
@Nullable public static jakarta.persistence.criteria.Selection<?> find(@NonNull PersistentEntityRoot<?> entityRoot, @NonNull PersistentEntityCriteriaBuilder cb, java.lang.String value)
-
-