Uses of Interface
pl.matsuo.core.model.query.condition.QueryFunction
| Package | Description |
|---|---|
| pl.matsuo.core.model.query | |
| pl.matsuo.core.model.query.condition |
-
Uses of QueryFunction in pl.matsuo.core.model.query
Methods in pl.matsuo.core.model.query that return QueryFunction Modifier and Type Method Description static <T extends AbstractEntity, R>
QueryFunction<T>QueryBuilder. avg(Function<T,R> getter)static <T extends AbstractEntity, R>
QueryFunction<T>QueryBuilder. max(Function<T,R> getter)static <T extends AbstractEntity, R>
QueryFunction<T>QueryBuilder. min(Function<T,R> getter) -
Uses of QueryFunction in pl.matsuo.core.model.query.condition
Classes in pl.matsuo.core.model.query.condition that implement QueryFunction Modifier and Type Class Description classAbstractQueryFunction<T extends AbstractEntity,R>Nadklasa dla funkcji jednoargumentowych.