Uses of Class
ml.calumma.rest.repository.core.symbol.ProjectionField
-
-
Uses of ProjectionField in ml.calumma.model.request
Methods in ml.calumma.model.request that return types with arguments of type ProjectionField Modifier and Type Method Description List<ProjectionField>ParsedRequest. getNotEagerProjections()List<ProjectionField>ParsedRequest. getProjections()Method parameters in ml.calumma.model.request with type arguments of type ProjectionField Modifier and Type Method Description ParsedRequestParsedRequest. setProjections(List<ProjectionField> projections)Constructor parameters in ml.calumma.model.request with type arguments of type ProjectionField Constructor Description ParsedRequest(List<ProjectionField> projections, List<SearchCriteria> filters)RequestError(List<ProjectionField> projections, List<SearchCriteria> filters) -
Uses of ProjectionField in ml.calumma.rest.repository.core
Method parameters in ml.calumma.rest.repository.core with type arguments of type ProjectionField Modifier and Type Method Description List<Map<String,Object>>DynamicQueryRepository. queryEagerAttributes(Class<Entity> entityClass, List<ProjectionField> eagerQueries, List<Map<String,Object>> response) -
Uses of ProjectionField in ml.calumma.rest.repository.core.aggregation
Methods in ml.calumma.rest.repository.core.aggregation with parameters of type ProjectionField Modifier and Type Method Description javax.persistence.criteria.ExpressionCoreEntityHaving. getAggregateExpression(ProjectionField projection) -
Uses of ProjectionField in ml.calumma.rest.repository.core.projections
Methods in ml.calumma.rest.repository.core.projections that return types with arguments of type ProjectionField Modifier and Type Method Description List<ProjectionField>CoreEntityProjectionBuilder. getEagerSelections()Methods in ml.calumma.rest.repository.core.projections with parameters of type ProjectionField Modifier and Type Method Description javax.persistence.criteria.ExpressionCoreEntityProjection. toSelection(ProjectionField projection)CoreEntityProjectionBuilder<Entity>CoreEntityProjectionBuilder. with(ProjectionField projectionField) -
Uses of ProjectionField in ml.calumma.rest.repository.core.symbol
Methods in ml.calumma.rest.repository.core.symbol that return ProjectionField Modifier and Type Method Description ProjectionFieldSearchCriteria. getKey()Methods in ml.calumma.rest.repository.core.symbol with parameters of type ProjectionField Modifier and Type Method Description voidSearchCriteria. setKey(ProjectionField key)Constructors in ml.calumma.rest.repository.core.symbol with parameters of type ProjectionField Constructor Description SearchCriteria(ProjectionField key, String value, SearchOperation operation)Constructor parameters in ml.calumma.rest.repository.core.symbol with type arguments of type ProjectionField Constructor Description ResponseParser(List<ProjectionField> projectionFields, List<Object> rows)
-