Uses of Class
org.eclipse.persistence.queries.SQLResultSetMapping
Packages that use SQLResultSetMapping
Package
Description
-
Uses of SQLResultSetMapping in org.eclipse.persistence.internal.jpa
Method parameters in org.eclipse.persistence.internal.jpa with type arguments of type SQLResultSetMappingModifier and TypeMethodDescriptionstatic DatabaseQueryStoredProcedureQueryImpl.buildResultSetMappingQuery(List<SQLResultSetMapping> resultSetMappings, StoredProcedureCall call) Build a ResultSetMappingQuery from the sql result set mappings given a stored procedure call.static DatabaseQueryStoredProcedureQueryImpl.buildResultSetMappingQuery(List<SQLResultSetMapping> resultSetMappings, StoredProcedureCall call, Map<String, Object> hints, ClassLoader classLoader, AbstractSession session) Build a ResultSetMappingQuery from the sql result set mappings given a stored procedure call. -
Uses of SQLResultSetMapping in org.eclipse.persistence.internal.jpa.metadata.queries
Methods in org.eclipse.persistence.internal.jpa.metadata.queries that return SQLResultSetMappingModifier and TypeMethodDescriptionSQLResultSetMappingMetadata.process()INTERNAL: Process an sql result set mapping metadata into a EclipseLink SqlResultSetMapping and store it on the session. -
Uses of SQLResultSetMapping in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as SQLResultSetMappingFields in org.eclipse.persistence.queries with type parameters of type SQLResultSetMappingModifier and TypeFieldDescriptionprotected List<SQLResultSetMapping> ResultSetMappingQuery.resultSetMappingsMethods in org.eclipse.persistence.queries that return SQLResultSetMappingModifier and TypeMethodDescriptionSQLResult.getSQLResultMapping()INTERNAL: Return the SQLResultSetMapping this SQLResult is part of.ResultSetMappingQuery.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 SQLResultSetMappingModifier and TypeMethodDescriptionResultSetMappingQuery.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 SQLResultSetMappingModifier and TypeMethodDescriptionvoidResultSetMappingQuery.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 SQLResultSetMappingModifier and TypeMethodDescriptionvoidResultSetMappingQuery.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 SQLResultSetMappingModifier and TypeFieldDescriptionprotected 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 SQLResultSetMappingModifier and TypeMethodDescriptionProject.getSQLResultSetMapping(String sqlResultSetMapping) PUBLIC: Get a named SQLResultSetMapping from this project.Methods in org.eclipse.persistence.sessions with parameters of type SQLResultSetMappingModifier and TypeMethodDescriptionvoidProject.addSQLResultSetMapping(SQLResultSetMapping sqlResultSetMapping) PUBLIC: Add a named SQLResultSetMapping to this project.