Uses of Class
com.almis.awe.model.entities.queries.Compound
-
Packages that use Compound Package Description com.almis.awe.model.entities.queries com.almis.awe.service.data.processor -
-
Uses of Compound in com.almis.awe.model.entities.queries
Methods in com.almis.awe.model.entities.queries that return Compound Modifier and Type Method Description Compound
Compound. copy()
-
Uses of Compound in com.almis.awe.service.data.processor
Methods in com.almis.awe.service.data.processor with parameters of type Compound Modifier and Type Method Description CompoundColumnProcessor
CompoundColumnProcessor. setCompound(Compound compound)
Set compoundConstructors in com.almis.awe.service.data.processor with parameters of type Compound Constructor Description CompoundColumnProcessor(AweElements elements, BaseConfigProperties baseConfigProperties, Compound compound, Map<String,QueryParameter> variableMap, NumericService numericService, EncodeService encodeService)
Compound column processor constructor
-