Uses of Class
com.almis.awe.model.entities.queries.Field
-
Packages that use Field Package Description com.almis.awe.model.entities.queries com.almis.awe.service.data.builder -
-
Uses of Field in com.almis.awe.model.entities.queries
Methods in com.almis.awe.model.entities.queries that return Field Modifier and Type Method Description Field
Field. copy()
Methods in com.almis.awe.model.entities.queries that return types with arguments of type Field Modifier and Type Method Description List<Field>
Query. getFieldList()
Retrieve field list -
Uses of Field in com.almis.awe.service.data.builder
Methods in com.almis.awe.service.data.builder with parameters of type Field Modifier and Type Method Description protected com.querydsl.core.types.Expression
SQLBuilder. getFieldExpression(Field field)
Retrieve field expression
-