Uses of Class
org.eclipse.persistence.queries.ColumnResult
-
Packages that use ColumnResult Package Description org.eclipse.persistence.queries -
-
Uses of ColumnResult in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries with type parameters of type ColumnResult Modifier and Type Field Description protected List<ColumnResult>ConstructorResult. columnResultsStored the column results of this constructor resultMethods in org.eclipse.persistence.queries that return types with arguments of type ColumnResult Modifier and Type Method Description List<ColumnResult>ConstructorResult. getColumnResults()Return the columns result of this constructor result.Methods in org.eclipse.persistence.queries with parameters of type ColumnResult Modifier and Type Method Description voidConstructorResult. addColumnResult(ColumnResult columnResult)Add a column result to this constructor result.Method parameters in org.eclipse.persistence.queries with type arguments of type ColumnResult Modifier and Type Method Description voidConstructorResult. setColumnResults(List<ColumnResult> columnResults)Set columns result of this constructor result.
-