Uses of Class
org.eclipse.persistence.queries.SQLResult
Packages that use SQLResult
-
Uses of SQLResult in org.eclipse.persistence.queries
Subclasses of SQLResult in org.eclipse.persistence.queriesModifier and TypeClassDescriptionclass
Purpose: Concrete class to represent the ColumnResult structure as defined by the EJB 3.0 Persistence specification.class
Purpose: Concrete class to represent the ConstructorResult structure as defined by the JPA 2.1 Persistence specification.class
Purpose: Concrete class to represent the EntityResult structure as defined by the EJB 3.0 Persistence specification.Fields in org.eclipse.persistence.queries with type parameters of type SQLResultModifier and TypeFieldDescriptionSQLResultSetMapping.results
Stores the list of SQLResult in the order they were added to the MappingMethods in org.eclipse.persistence.queries that return types with arguments of type SQLResultModifier and TypeMethodDescriptionSQLResultSetMapping.getResults()
Accessor for the internally stored list of ColumnResult.Methods in org.eclipse.persistence.queries with parameters of type SQLResult