Uses of Class
org.eclipse.persistence.queries.ConstructorReportItem
-
Packages that use ConstructorReportItem Package Description org.eclipse.persistence.queries -
-
Uses of ConstructorReportItem in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries that return ConstructorReportItem Modifier and Type Method Description ConstructorReportItemReportQuery. beginAddingConstructorArguments(Class<?> constructorClass)PUBLIC: Call a constructor for the given class with the results of this query.ConstructorReportItemReportQuery. beginAddingConstructorArguments(Class<?> constructorClass, Class<?>[] constructorArgTypes)PUBLIC: Call a constructor for the given class with the results of this query.Methods in org.eclipse.persistence.queries with parameters of type ConstructorReportItem Modifier and Type Method Description voidReportQuery. addConstructorReportItem(ConstructorReportItem item)PUBLIC: Add a ConstructorReportItem to this query's set of return values.
-