|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.queries.DatabaseQuery org.eclipse.persistence.queries.ReadQuery org.eclipse.persistence.queries.ObjectBuildingQuery org.eclipse.persistence.queries.ResultSetMappingQuery
public class ResultSetMappingQuery
Purpose: Concrete class to perform read using raw SQL and the SQLResultSetMapping.
Responsibilities: Execute a selecting raw SQL string. Returns a List of results. Each item in the list will be another list consisting of the expected populated return types in the order they were specified in the SQLResultSetMapping
SQLResultSetMapping
,
Serialized FormField Summary | |
---|---|
protected java.util.Vector |
resultRows
|
protected java.util.List<java.lang.String> |
resultSetMappingNames
|
protected java.util.List<SQLResultSetMapping> |
resultSetMappings
|
Fields inherited from class org.eclipse.persistence.queries.ObjectBuildingQuery |
---|
DEFAULT_LOCK_MODE, executionTime, isCacheCheckComplete, LOCK, LOCK_NOWAIT, LOCK_RESULT_PROPERTY, lockingClause, NO_LOCK, prefetchedCacheKeys, referenceClass, referenceClassName, requiresDeferredLocks, shouldBuildNullForNullPk, shouldRefreshIdentityMapResult, shouldRefreshRemoteIdentityMapResult, shouldRegisterResultsInUnitOfWork, shouldUseExclusiveConnection, wasDefaultLockMode |
Fields inherited from class org.eclipse.persistence.queries.ReadQuery |
---|
fetchSize, firstResult, maxRows, queryId, queryResultCachingPolicy, temporaryCachedQueryResults |
Constructor Summary | |
---|---|
ResultSetMappingQuery()
PUBLIC: Initialize the state of the query. |
|
ResultSetMappingQuery(Call call)
PUBLIC: Initialize the query to use the specified call. |
|
ResultSetMappingQuery(Call call,
java.lang.String sqlResultSetMappingName)
PUBLIC: Initialize the query to use the specified call and SQLResultSetMapping |
Method Summary | |
---|---|
void |
addSQLResultSetMapping(SQLResultSetMapping resultSetMapping)
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results |
void |
addSQLResultSetMappingName(java.lang.String name)
PUBLIC: Add a SQLResultSetMapping that is used by this query to process the database results. |
protected java.util.List |
buildObjectsFromRecords(java.util.List databaseRecords)
INTERNAL: This method is used to build the results. |
protected java.util.List |
buildObjectsFromRecords(java.util.List databaseRecords,
SQLResultSetMapping mapping)
INTERNAL: This method is used to build the results. |
void |
cacheResult(java.lang.Object unwrappedOriginal)
INTERNAL: This method is called by the object builder when building an original. |
void |
convertClassNamesToClasses(java.lang.ClassLoader classLoader)
INTERNAL: Convert all the class-name-based settings in this ResultSetMapping to actual class-based settings. |
java.lang.Object |
executeDatabaseQuery()
INTERNAL: Executes the prepared query on the datastore. |
SQLResultSetMapping |
getSQLResultSetMapping()
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results |
java.lang.String |
getSQLResultSetMappingName()
PUBLIC: Return the result set mapping name. |
java.util.List<java.lang.String> |
getSQLResultSetMappingNames()
PUBLIC: Return the result set mapping name. |
java.util.List<SQLResultSetMapping> |
getSQLResultSetMappings()
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results |
protected void |
prepare()
INTERNAL: Prepare the receiver for execution in a session. |
void |
setSQLResultSetMapping(SQLResultSetMapping resultSetMapping)
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results |
void |
setSQLResultSetMappingName(java.lang.String name)
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results |
void |
setSQLResultSetMappingNames(java.util.List<java.lang.String> names)
PUBLIC: This will be the SQLResult |
void |
setSQLResultSetMappings(java.util.List<SQLResultSetMapping> resultSetMappings)
PUBLIC: This will be the SQLResultSetMappings that are used by this query to process the database results |
Methods inherited from class org.eclipse.persistence.queries.ReadQuery |
---|
buildObject, cacheQueryResults, clearQueryResults, doNotCacheQueryResults, getFetchSize, getFirstResult, getMaxRows, getQueryId, getQueryResults, getQueryResults, getQueryResults, getQueryResultsCachePolicy, getTemporaryCachedQueryResults, isDefaultPropertiesQuery, isReadQuery, prepareForExecution, remoteExecute, setFetchSize, setFirstResult, setMaxRows, setQueryId, setQueryResults, setQueryResultsCachePolicy, setTemporaryCachedQueryResults, shouldCacheQueryResults |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.Vector resultRows
protected java.util.List<java.lang.String> resultSetMappingNames
protected java.util.List<SQLResultSetMapping> resultSetMappings
Constructor Detail |
---|
public ResultSetMappingQuery()
public ResultSetMappingQuery(Call call)
public ResultSetMappingQuery(Call call, java.lang.String sqlResultSetMappingName)
Method Detail |
---|
public void addSQLResultSetMapping(SQLResultSetMapping resultSetMapping)
public void addSQLResultSetMappingName(java.lang.String name)
public void cacheResult(java.lang.Object unwrappedOriginal)
This method is called by the object builder when building an original. It will cause the original to be cached in the query results if the query is set to do so.
cacheResult
in class ReadQuery
public void convertClassNamesToClasses(java.lang.ClassLoader classLoader)
convertClassNamesToClasses
in class ObjectBuildingQuery
public void setSQLResultSetMapping(SQLResultSetMapping resultSetMapping)
public void setSQLResultSetMappings(java.util.List<SQLResultSetMapping> resultSetMappings)
public void setSQLResultSetMappingName(java.lang.String name)
public void setSQLResultSetMappingNames(java.util.List<java.lang.String> names)
names
- protected java.util.List buildObjectsFromRecords(java.util.List databaseRecords)
protected java.util.List buildObjectsFromRecords(java.util.List databaseRecords, SQLResultSetMapping mapping)
public java.lang.Object executeDatabaseQuery() throws DatabaseException
executeDatabaseQuery
in class DatabaseQuery
DatabaseException
- - an error has occurred on the database.protected void prepare()
prepare
in class ReadQuery
public SQLResultSetMapping getSQLResultSetMapping()
public java.util.List<SQLResultSetMapping> getSQLResultSetMappings()
public java.lang.String getSQLResultSetMappingName()
public java.util.List<java.lang.String> getSQLResultSetMappingNames()
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |