Package com.almis.awe.model.entities.queries
package com.almis.awe.model.entities.queries
-
ClassDescriptionCase ClassCaseWhen ClassCompound Class Used to parse the files Queries.xml with XStream Compund fieldsComputed Class Used to parse the file Queries.xml with XStream Computed field from queries.Variable Class Used to parse the files Queries.xml and Maintain.xml with XStream Parses a variable in the queryDatabaseConnection Class Bean class with database connectionDatabaseConnectionInfo Class Bean class with message queue connection infoField Class Used to parse the files Queries.xml and Maintain.xml with XStream Table Fields from queries and maintainFilter ClassFilterAnd Class Used to parse the files Queries.xml and Maintain.xml with XStream Filter group concatenated with 'AND'FilterGroup Class Used to parse the files Queries.xml and Maintain.xml with XStream Filter group.FilterOr Class Used to parse the files Queries.xml and Maintain.xml with XStream Filter group concatenated with 'OR'GroupBy Class Used to parse the files Queries.xml with XStream Generates a group by statement inside a queryJoin Class Used to parse the files Queries.xml with XStream Generates a join with another tableOperation Class Used to parse the files Queries.xml and Maintain.xml with XStream Wrapper around elements that should be operated by an operatorOrderBy Class Used to parse the files Queries.xml with XStream Generates an order by statementOutputField Class Used to parse the files Queries.xml and Maintain.xml with XStream Superclass of Field and Computed classOver Class Used to parse window functions Generates a OVER condition in a queryPartitionBy Class Used to parse the files Queries.xml with XStream Generates a group by statement inside a queryQueries Class Used to parse the files Queries.xml with XStream Stores the query listQuery Class Used to parse the files Queries.xml with XStream Generates and launches a query statementSqlField Class Used to parse the files Queries.xml and Maintain.xml with XStream Superclass of Field and Computed classTable Class Used to parse the files Queries.xml with XStream Generates a table statementTotalize Class Used to parse the file Queries.xml with XStream Totalize from queries.TotalizeBy Class Used to parse the files Queries.xml and Maintain.xml with XStream Fields used to totalizeTotalizeBy Class Used to parse the files Queries.xml and Maintain.xml with XStream Fields which are going to be totalizedTransition field Class Used to parse the files Queries.xml and Maintain.xml with XStream Table Fields from queries and maintainUnion Class Used to parse the files Queries.xml with XStream Generates an union statementVariable Class Used to parse the files Queries.xml and Maintain.xml with XStream Parses a variable in the query