Uses of Class
com.calumma.backend.web.repository.core.symbol.ProjectionField
-
-
Uses of ProjectionField in com.calumma.backend.model.request
Methods in com.calumma.backend.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 com.calumma.backend.model.request with type arguments of type ProjectionField Modifier and Type Method Description ParsedRequestParsedRequest. setProjections(List<ProjectionField> projections)Constructor parameters in com.calumma.backend.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 com.calumma.backend.web.repository.core
Method parameters in com.calumma.backend.web.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 com.calumma.backend.web.repository.core.aggregation
Methods in com.calumma.backend.web.repository.core.aggregation with parameters of type ProjectionField Modifier and Type Method Description javax.persistence.criteria.ExpressionCoreEntityHaving. getAggregateExpression(ProjectionField projection) -
Uses of ProjectionField in com.calumma.backend.web.repository.core.projections
Methods in com.calumma.backend.web.repository.core.projections that return types with arguments of type ProjectionField Modifier and Type Method Description List<ProjectionField>CoreEntityProjectionBuilder. getEagerSelections()Methods in com.calumma.backend.web.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 com.calumma.backend.web.repository.core.symbol
Methods in com.calumma.backend.web.repository.core.symbol that return ProjectionField Modifier and Type Method Description ProjectionFieldSearchCriteria. getKey()Methods in com.calumma.backend.web.repository.core.symbol with parameters of type ProjectionField Modifier and Type Method Description voidSearchCriteria. setKey(ProjectionField key)Constructors in com.calumma.backend.web.repository.core.symbol with parameters of type ProjectionField Constructor Description SearchCriteria(ProjectionField key, String value, SearchOperation operation)Constructor parameters in com.calumma.backend.web.repository.core.symbol with type arguments of type ProjectionField Constructor Description ResponseParser(List<ProjectionField> projectionFields, List<Object> rows)
-