Package ch.tocco.nice2.persist.core.api.exec.tasks2
package ch.tocco.nice2.persist.core.api.exec.tasks2
-
ClassDescriptionCollection of the 3 standard aggregation functions: avg, count and sum.AggregateTasks.AggregateTask<N extends Number>Uses
AggregateTasks.Sum
andAggregateTasks.Count
to compute the average.Returns the size of the given entity list.Uses a given field name to obtain the value of that field of each entity in the list to compute the sum.Calculates the sum of the values returned when resolving the given path against each entity of the entity list.A task to re-load an entity, if it has been invalidated.Utility tasks usually working onEntity
s.Deprecated.This task resolves a given path against a given entity model and returnsinformation
about the result.Information gathered when resolving a path against a source entity model.Deprecated.
QueryBuilderFactory
directly