Uses of Class
org.eclipse.persistence.queries.SQLResultSetMapping
-
Packages that use SQLResultSetMapping Package Description org.eclipse.persistence.queries org.eclipse.persistence.sessions -
-
Uses of SQLResultSetMapping in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as SQLResultSetMapping Modifier and Type Field Description protected SQLResultSetMappingSQLResult. sqlResultSetMappingFields in org.eclipse.persistence.queries with type parameters of type SQLResultSetMapping Modifier and Type Field Description protected List<SQLResultSetMapping>ResultSetMappingQuery. resultSetMappingsMethods in org.eclipse.persistence.queries that return SQLResultSetMapping Modifier and Type Method Description SQLResultSetMappingSQLResult. getSQLResultMapping()INTERNAL: Return the SQLResultSetMapping this SQLResult is part of.SQLResultSetMappingResultSetMappingQuery. getSQLResultSetMapping()PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database resultsMethods in org.eclipse.persistence.queries that return types with arguments of type SQLResultSetMapping Modifier and Type Method Description List<SQLResultSetMapping>ResultSetMappingQuery. getSQLResultSetMappings()PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database resultsMethods in org.eclipse.persistence.queries with parameters of type SQLResultSetMapping Modifier and Type Method Description voidResultSetMappingQuery. addSQLResultSetMapping(SQLResultSetMapping resultSetMapping)PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database resultsprotected ListResultSetMappingQuery. buildObjectsFromRecords(List databaseRecords, SQLResultSetMapping mapping)INTERNAL: This method is used to build the results.voidSQLResult. setSQLResultMapping(SQLResultSetMapping mapping)INTERNAL: Set the SQLResultSetMapping this SQLResult is part of.voidResultSetMappingQuery. setSQLResultSetMapping(SQLResultSetMapping resultSetMapping)PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database resultsMethod parameters in org.eclipse.persistence.queries with type arguments of type SQLResultSetMapping Modifier and Type Method Description voidResultSetMappingQuery. setSQLResultSetMappings(List<SQLResultSetMapping> resultSetMappings)PUBLIC: This will be the SQLResultSetMappings that are used by this query to process the database results -
Uses of SQLResultSetMapping in org.eclipse.persistence.sessions
Fields in org.eclipse.persistence.sessions with type parameters of type SQLResultSetMapping Modifier and Type Field Description protected Map<String,SQLResultSetMapping>Project. sqlResultSetMappingsThis a collection of 'maps' that allow users to map custom SQL to query resultsMethods in org.eclipse.persistence.sessions that return SQLResultSetMapping Modifier and Type Method Description SQLResultSetMappingProject. getSQLResultSetMapping(String sqlResultSetMapping)PUBLIC: Get a named SQLResultSetMapping from this project.Methods in org.eclipse.persistence.sessions with parameters of type SQLResultSetMapping Modifier and Type Method Description voidProject. addSQLResultSetMapping(SQLResultSetMapping sqlResultSetMapping)PUBLIC: Add a named SQLResultSetMapping to this project.
-