Uses of Class
org.eclipse.persistence.internal.queries.ReportItem
-
Packages that use ReportItem Package Description org.eclipse.persistence.internal.expressions org.eclipse.persistence.internal.queries org.eclipse.persistence.queries -
-
Uses of ReportItem in org.eclipse.persistence.internal.expressions
Fields in org.eclipse.persistence.internal.expressions declared as ReportItem Modifier and Type Field Description protected ReportItemFromAliasExpression. itemMethods in org.eclipse.persistence.internal.expressions that return ReportItem Modifier and Type Method Description ReportItemFromAliasExpression. getItem()INTERNAL: Return the report item that this is an alias for.Methods in org.eclipse.persistence.internal.expressions with parameters of type ReportItem Modifier and Type Method Description voidFunctionExpression. prepareObjectAttributeCount(ExpressionNormalizer normalizer, ReportItem item, ReportQuery query, Map clonedExpressions)INTERNAL: JPQL allows count([distinct] e), where e can be an object, not just a single field, however the database only allows a single field, so object needs to be translated to a single field. -
Uses of ReportItem in org.eclipse.persistence.internal.queries
Method parameters in org.eclipse.persistence.internal.queries with type arguments of type ReportItem Modifier and Type Method Description protected intDatasourceCallQueryMechanism. computeAndSetItemOffset(ReportQuery query, List<ReportItem> items, int itemOffset)calculate indexes for given items, given the current Offset -
Uses of ReportItem in org.eclipse.persistence.queries
Subclasses of ReportItem in org.eclipse.persistence.queries Modifier and Type Class Description classConstructorReportItemPurpose: An item specifying a class constructor method to be used in a ReportQuery's returned results.Fields in org.eclipse.persistence.queries with type parameters of type ReportItem Modifier and Type Field Description protected List<ReportItem>ReportQuery. itemsItems to be selected, these could be attributes or aggregate functions.protected List<ReportItem>ConstructorReportItem. reportItemsMethods in org.eclipse.persistence.queries that return ReportItem Modifier and Type Method Description ReportItemReportQuery. getItem(String name)INTERNAL:Methods in org.eclipse.persistence.queries that return types with arguments of type ReportItem Modifier and Type Method Description List<ReportItem>ReportQuery. getItems()INTERNAL:List<ReportItem>ConstructorReportItem. getReportItems()Methods in org.eclipse.persistence.queries with parameters of type ReportItem Modifier and Type Method Description voidConstructorReportItem. addItem(ReportItem item)protected ObjectReportQueryResult. processItem(ReportQuery query, AbstractRecord row, Vector toManyData, ReportItem item)INTERNAL: Return a value from an item and database row (converted from raw field values using the mapping).Method parameters in org.eclipse.persistence.queries with type arguments of type ReportItem Modifier and Type Method Description voidReportQuery. setItems(List<ReportItem> items)INTERNAL: Set the ReportQueryItems defining the attributes to be read.voidConstructorReportItem. setReportItems(List<ReportItem> reportItems)
-