Class Projections
java.lang.Object
io.micronaut.data.processor.visitors.finders.Projections
Projections.
- Since:
- 3.2
- Author:
- Denis Stepanov
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classThe AVG projection.static classThe MAX projection.static classThe MIN projection.static classThe SUM projection.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic @Nullable jakarta.persistence.criteria.Selection<?>find(@NonNull PersistentEntityRoot<?> entityRoot, @NonNull PersistentEntityCriteriaBuilder cb, String value, BiFunction<PersistentEntityRoot<?>, String, PersistentPropertyPath<?>> findFunction) 
- 
Constructor Details- 
Projectionspublic Projections()
 
- 
- 
Method Details- 
find@Nullable public static @Nullable jakarta.persistence.criteria.Selection<?> find(@NonNull @NonNull PersistentEntityRoot<?> entityRoot, @NonNull @NonNull PersistentEntityCriteriaBuilder cb, String value, BiFunction<PersistentEntityRoot<?>, String, PersistentPropertyPath<?>> findFunction) 
 
-