Modifier and Type | Method and Description |
---|---|
static QueryException |
QueryException.cannotConformAndCacheQueryResults(ReadQuery query) |
static QueryException |
QueryException.clearQueryResultsNotSupported(ReadQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
IdentityMapManager.clearQueryCache(ReadQuery query)
Remove the cache key related to a query.
|
Modifier and Type | Field and Description |
---|---|
protected ReadQuery |
QueryBasedValueHolder.query
Stores the query to be executed.
|
Modifier and Type | Method and Description |
---|---|
protected ReadQuery |
QueryBasedValueHolder.getQuery()
Return the query.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QueryBasedValueHolder.setQuery(ReadQuery theQuery)
Set the query.
|
Object |
TransparentIndirectionPolicy.valueFromQuery(ReadQuery query,
AbstractRecord row,
AbstractSession session)
INTERNAL:
Return the value to be stored in the object's attribute.
|
Object |
NoIndirectionPolicy.valueFromQuery(ReadQuery query,
AbstractRecord row,
AbstractSession session)
INTERNAL:
Return the value to be stored in the object's attribute.
|
abstract Object |
IndirectionPolicy.valueFromQuery(ReadQuery query,
AbstractRecord row,
AbstractSession session)
INTERNAL:
Return the value to be stored in the object's attribute.
|
Object |
BasicIndirectionPolicy.valueFromQuery(ReadQuery query,
AbstractRecord row,
AbstractSession session)
INTERNAL:
Return the value to be stored in the object's attribute.
|
Object |
TransparentIndirectionPolicy.valueFromQuery(ReadQuery query,
AbstractRecord row,
Object object,
AbstractSession session)
INTERNAL:
A combination of valueFromQuery and valueFromRow(object).
|
Constructor and Description |
---|
QueryBasedValueHolder(ReadQuery query,
AbstractRecord row,
AbstractSession session)
Initialize the query-based value holder.
|
Modifier and Type | Method and Description |
---|---|
GenerationContext |
EJBQLParseTree.buildContext(ReadQuery readQuery,
AbstractSession session)
INTERNAL
Build the context to be used when generating the expression from the parse tree
|
Modifier and Type | Method and Description |
---|---|
ContainerPolicy |
ContainerPolicy.clone(ReadQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
IdentityMapAccessor.clearQueryCache(ReadQuery query)
ADVANCED:
Clear the query class associated with the passed-in read query
|
Modifier and Type | Field and Description |
---|---|
protected ReadQuery |
ForeignReferenceMapping.selectionQuery
This query is used to read referenced objects for this mapping.
|
Modifier and Type | Method and Description |
---|---|
ReadQuery |
ManyToManyMapping.getSelectionQuery()
INTERNAL:
Returns the read query assoicated with the mapping.
|
ReadQuery |
ForeignReferenceMapping.getSelectionQuery()
INTERNAL:
Returns the read query assoicated with the mapping.
|
protected ReadQuery |
ForeignReferenceMapping.prepareHistoricalQuery(ReadQuery targetQuery,
ObjectLevelReadQuery sourceQuery,
AbstractSession executionSession)
INTERNAL:
Allow for the mapping to perform any historical query additions.
|
Modifier and Type | Method and Description |
---|---|
protected ReadQuery |
ForeignReferenceMapping.prepareHistoricalQuery(ReadQuery targetQuery,
ObjectLevelReadQuery sourceQuery,
AbstractSession executionSession)
INTERNAL:
Allow for the mapping to perform any historical query additions.
|
void |
ForeignReferenceMapping.setCustomSelectionQuery(ReadQuery query)
PUBLIC:
Relationship mappings creates a read query to read reference objects.
|
protected void |
ForeignReferenceMapping.setSelectionQuery(ReadQuery aQuery)
Sets the query
|
Modifier and Type | Class and Description |
---|---|
class |
DataReadQuery
Purpose:
Concrete class to perform read using raw SQL.
|
class |
DirectReadQuery
Purpose:
Concrete class to perform a direct read.
|
class |
ObjectBuildingQuery
Purpose:
Abstract class for all read queries that build objects and potentially manipulate
the TopLink cache.
|
class |
ObjectLevelReadQuery
Purpose:
Abstract class for all read queries using objects.
|
class |
ReadAllQuery
set
|
class |
ReadObjectQuery
Purpose:
Concrete class for all read queries involving a single object.
|
class |
ReportQuery
Purpose: Query for information about a set of objects instead of the objects themselves.
|
class |
ResultSetMappingQuery
Purpose:
Concrete class to perform read using raw SQL and the SQLResultSetMapping.
|
class |
ValueReadQuery
Purpose:
Concrete class to perform a read of a single data value.
|
Copyright © 2023. All rights reserved.