Uses of Class
org.eclipse.persistence.queries.ObjectLevelReadQuery
-
-
Uses of ObjectLevelReadQuery in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return ObjectLevelReadQuery Modifier and Type Method Description protected ObjectLevelReadQueryInterfacePolicy. prepareQuery(ObjectLevelReadQuery query)INTERNAL: Select all objects for a concrete descriptor.Methods in org.eclipse.persistence.descriptors with parameters of type ObjectLevelReadQuery Modifier and Type Method Description ExpressionClassDescriptor. buildBatchCriteriaByPK(ExpressionBuilder builder, ObjectLevelReadQuery query)INTERNAL: Return the selection criteria used to IN batch fetching.SQLSelectStatementInheritancePolicy. buildClassIndicatorSelectStatement(ObjectLevelReadQuery query)INTERNAL: Return a select statement that will be used to query the class indicators required to query.SQLSelectStatementInheritancePolicy. buildViewSelectStatement(ObjectLevelReadQuery query)INTERNAL: Build a select statement for all subclasses on the view using the same selection criteria as the query.List<DatabaseField>ClassDescriptor. getAllSelectionFields(ObjectLevelReadQuery query)INTERNAL: Return all selection fields which include all child class fields.ObjectSerializedObjectPolicy. getObjectFromRow(AbstractRecord databaseRow, AbstractSession session, ObjectLevelReadQuery query)Deserialize the object from the value corresponding to the policy field, nullify that value, set the object into the row using setSopObject, also return it.List<DatabaseField>ClassDescriptor. getSelectionFields(ObjectLevelReadQuery query)INTERNAL: Return all selection fieldsprotected ObjectLevelReadQueryInterfacePolicy. prepareQuery(ObjectLevelReadQuery query)INTERNAL: Select all objects for a concrete descriptor.protected VectorInheritancePolicy. selectAllRowUsingCustomMultipleTableSubclassRead(ObjectLevelReadQuery query)INTERNAL: Select all rows from a abstract table descriptor.protected VectorInheritancePolicy. selectAllRowUsingDefaultMultipleTableSubclassRead(ObjectLevelReadQuery query)INTERNAL: Select all rows from a abstract table descriptor.VectorInheritancePolicy. selectAllRowUsingMultipleTableSubclassRead(ObjectLevelReadQuery query)INTERNAL: Select all rows from a abstract table descriptor. -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type ObjectLevelReadQuery Modifier and Type Method Description ObjectObjectBuilder. buildObject(ObjectLevelReadQuery query, AbstractRecord databaseRow)Return an instance of the receivers javaClass.voidObjectBuilder. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.ObjectSerializedObjectPolicyWrapper. getObjectFromRow(AbstractRecord databaseRow, AbstractSession session, ObjectLevelReadQuery query) -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.internal.expressions
Methods in org.eclipse.persistence.internal.expressions with parameters of type ObjectLevelReadQuery Modifier and Type Method Description ClassDescriptorClassTypeExpression. getContainingDescriptor(ObjectLevelReadQuery query)INTERNAL: Return the descriptor for the base expression. -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.internal.indirection
Fields in org.eclipse.persistence.internal.indirection declared as ObjectLevelReadQuery Modifier and Type Field Description protected ObjectLevelReadQueryBatchValueHolder. originalQueryMethods in org.eclipse.persistence.internal.indirection with parameters of type ObjectLevelReadQuery Modifier and Type Method Description voidBasicIndirectionPolicy. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.abstract voidIndirectionPolicy. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidNoIndirectionPolicy. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidProxyIndirectionPolicy. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidTransparentIndirectionPolicy. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.ObjectBasicIndirectionPolicy. valueFromBatchQuery(ReadQuery batchQuery, AbstractRecord row, ObjectLevelReadQuery originalQuery, CacheKey parentCacheKey)INTERNAL: Return the value to be stored in the object's attribute.ObjectContainerIndirectionPolicy. valueFromBatchQuery(ReadQuery batchQuery, AbstractRecord row, ObjectLevelReadQuery originalQuery, CacheKey parentCacheKey)INTERNAL: Return the value to be stored in the object's attribute.abstract ObjectIndirectionPolicy. valueFromBatchQuery(ReadQuery batchQuery, AbstractRecord row, ObjectLevelReadQuery originalQuery, CacheKey parentCacheKey)INTERNAL: Return the value to be stored in the object's attribute.ObjectNoIndirectionPolicy. valueFromBatchQuery(ReadQuery batchQuery, AbstractRecord row, ObjectLevelReadQuery originalQuery, CacheKey parentCacheKey)INTERNAL: Return the value to be stored in the object's attribute.ObjectProxyIndirectionPolicy. valueFromBatchQuery(ReadQuery batchQuery, AbstractRecord row, ObjectLevelReadQuery originalQuery, CacheKey parentCacheKey)INTERNAL: Return the value to be stored in the object's attribute.ObjectTransparentIndirectionPolicy. valueFromBatchQuery(ReadQuery batchQuery, AbstractRecord row, ObjectLevelReadQuery originalQuery, CacheKey parentCacheKey)INTERNAL: Return the value to be stored in the object's attribute.Constructors in org.eclipse.persistence.internal.indirection with parameters of type ObjectLevelReadQuery Constructor Description BatchValueHolder(ReadQuery query, AbstractRecord row, ForeignReferenceMapping mapping, ObjectLevelReadQuery originalQuery, CacheKey parentCacheKey)Initialize the query-based value holder. -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.internal.queries
Fields in org.eclipse.persistence.internal.queries with type parameters of type ObjectLevelReadQuery Modifier and Type Field Description protected Map<DatabaseMapping,ObjectLevelReadQuery>JoinedAttributeManager. joinedMappingQueriesUsed internally for joining.protected Map<DatabaseMapping,ObjectLevelReadQuery>JoinedAttributeManager. joinedMappingQueryClonesPERF: Stores the cloned joinedMappingQueries.Methods in org.eclipse.persistence.internal.queries that return ObjectLevelReadQuery Modifier and Type Method Description ObjectLevelReadQueryJoinedAttributeManager. getNestedJoinedMappingQuery(Expression expression)INTERNAL: Returns the nested query corresponding to the expression.Methods in org.eclipse.persistence.internal.queries that return types with arguments of type ObjectLevelReadQuery Modifier and Type Method Description Map<DatabaseMapping,ObjectLevelReadQuery>JoinedAttributeManager. getJoinedMappingQueries_()Return the joined mapping queries, used optimize joining, only compute the nested queries once.Map<DatabaseMapping,ObjectLevelReadQuery>JoinedAttributeManager. getJoinedMappingQueryClones()Methods in org.eclipse.persistence.internal.queries with parameters of type ObjectLevelReadQuery Modifier and Type Method Description voidContainerPolicy. addNestedJoinsQueriesForMapKey(JoinedAttributeManager joinManager, ObjectLevelReadQuery query, AbstractSession session)INTERNAL: Used for joining.voidMappedKeyMapContainerPolicy. addNestedJoinsQueriesForMapKey(JoinedAttributeManager joinManager, ObjectLevelReadQuery query, AbstractSession session)INTERNAL: Used for joining.protected voidJoinedAttributeManager. computeNestedQueriesForJoinedExpressions(List joinedExpressions, AbstractSession session, ObjectLevelReadQuery readQuery)This method is used when computing the nested queries for joined mappings.protected voidCallQueryMechanism. prepareJoining(ObjectLevelReadQuery query)Prepare the joining indexes if joining.voidJoinedAttributeManager. setBaseQuery(ObjectLevelReadQuery query)This method is called from within this package it is used when initializing a report Item -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type ObjectLevelReadQuery Modifier and Type Method Description Map<Object,Object>UnitOfWorkImpl. scanForConformingInstances(Expression selectionCriteria, Class<?> referenceClass, AbstractRecord arguments, ObjectLevelReadQuery query)INTERNAL: Scans the UnitOfWork identity map for conforming instances. -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.internal.sessions.remote
Fields in org.eclipse.persistence.internal.sessions.remote declared as ObjectLevelReadQuery Modifier and Type Field Description protected ObjectLevelReadQueryRemoteValueHolder. queryMethods in org.eclipse.persistence.internal.sessions.remote that return ObjectLevelReadQuery Modifier and Type Method Description ObjectLevelReadQueryRemoteValueHolder. getQuery()Return the associated query.Methods in org.eclipse.persistence.internal.sessions.remote with parameters of type ObjectLevelReadQuery Modifier and Type Method Description voidRemoteConnection. fixObjectReferences(Transporter remoteCursoredStream, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the remote client.voidRemoteValueHolder. setQuery(ObjectLevelReadQuery query)Set the query. -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings that return ObjectLevelReadQuery Modifier and Type Method Description ObjectLevelReadQueryAggregateObjectMapping. getNestedJoinQuery(JoinedAttributeManager joinManager, ObjectLevelReadQuery query, AbstractSession session)INTERNAL: Return the query that is used when this mapping is part of a joined relationship This method is used when this mapping is used to map the key in a MapObjectLevelReadQueryOneToOneMapping. getNestedJoinQuery(JoinedAttributeManager joinManager, ObjectLevelReadQuery query, AbstractSession session)INTERNAL: Return the query that is used when this mapping is part of a joined relationship This method is used when this mapping is used to map the key in a Mapprotected ObjectLevelReadQueryForeignReferenceMapping. prepareNestedJoinQueryClone(AbstractRecord row, List dataResults, JoinedAttributeManager joinManager, ObjectBuildingQuery sourceQuery, AbstractSession executionSession)INTERNAL: Prepare the clone of the nested query for joining.ObjectLevelReadQueryAggregateCollectionMapping. prepareNestedJoins(JoinedAttributeManager joinManager, ObjectBuildingQuery baseQuery, AbstractSession session)INTERNAL: Clone and prepare the JoinedAttributeManager nested JoinedAttributeManager.ObjectLevelReadQueryDirectCollectionMapping. prepareNestedJoins(JoinedAttributeManager joinManager, ObjectBuildingQuery baseQuery, AbstractSession session)INTERNAL: Clone and prepare the joined direct query.ObjectLevelReadQueryForeignReferenceMapping. prepareNestedJoins(JoinedAttributeManager joinManager, ObjectBuildingQuery baseQuery, AbstractSession session)INTERNAL: Clone and prepare the JoinedAttributeManager nested JoinedAttributeManager.Methods in org.eclipse.persistence.mappings with parameters of type ObjectLevelReadQuery Modifier and Type Method Description protected ObjectForeignReferenceMapping. batchedValueFromRow(AbstractRecord row, ObjectLevelReadQuery query, CacheKey parentCacheKey)INTERNAL: Retrieve the value through using batch reading.protected ObjectVariableOneToOneMapping. batchedValueFromRow(AbstractRecord row, ObjectLevelReadQuery query, CacheKey parentCacheKey)INTERNAL: Possible for future development, not currently supported.protected ExpressionAggregateCollectionMapping. buildBatchCriteria(ExpressionBuilder builder, ObjectLevelReadQuery query)INTERNAL: Return the selection criteria used to IN batch fetching.protected ExpressionDirectCollectionMapping. buildBatchCriteria(ExpressionBuilder builder, ObjectLevelReadQuery query)INTERNAL: Return the selection criteria used to IN batch fetching.protected ExpressionForeignReferenceMapping. buildBatchCriteria(ExpressionBuilder builder, ObjectLevelReadQuery query)INTERNAL: Return the selection criteria used to IN batch fetching.protected ExpressionManyToManyMapping. buildBatchCriteria(ExpressionBuilder builder, ObjectLevelReadQuery query)INTERNAL: Return the selection criteria used to IN batch fetching.protected ExpressionOneToManyMapping. buildBatchCriteria(ExpressionBuilder builder, ObjectLevelReadQuery query)INTERNAL: Return the selection criteria used to IN batch fetching.protected ExpressionOneToOneMapping. buildBatchCriteria(ExpressionBuilder builder, ObjectLevelReadQuery query)INTERNAL: Return the selection criteria used to IN batch fetching.protected ExpressionRelationTableMechanism. buildBatchCriteria(ExpressionBuilder builder, ObjectLevelReadQuery query)INTERNAL: Return the selection criteria used to IN batch fetching.protected ObjectForeignReferenceMapping. checkCacheForBatchKey(AbstractRecord sourceRow, Object foreignKey, Map batchObjects, ReadQuery batchQuery, ObjectLevelReadQuery originalQuery, AbstractSession session)INTERNAL: Check if the target object is in the cache if possible based on the source row.protected ObjectOneToOneMapping. checkCacheForBatchKey(AbstractRecord sourceRow, Object foreignKey, Map batchObjects, ReadQuery batchQuery, ObjectLevelReadQuery originalQuery, AbstractSession session)INTERNAL: Check if the target object is in the cache if possible based on the target key value.voidForeignReferenceMapping. extendPessimisticLockScopeInSourceQuery(ObjectLevelReadQuery sourceQuery)INTERNAL: Called if shouldExtendPessimisticLockScopeInSourceQuery is true.voidManyToManyMapping. extendPessimisticLockScopeInSourceQuery(ObjectLevelReadQuery sourceQuery)INTERNAL: Called only if both shouldExtendPessimisticLockScope and shouldExtendPessimisticLockScopeInSourceQuery are true.voidOneToOneMapping. extendPessimisticLockScopeInSourceQuery(ObjectLevelReadQuery sourceQuery)INTERNAL: Called only if both shouldExtendPessimisticLockScope and shouldExtendPessimisticLockScopeInSourceQuery are true.protected voidForeignReferenceMapping. extendPessimisticLockScopeInTargetQuery(ObjectLevelReadQuery targetQuery, ObjectBuildingQuery sourceQuery)INTERNAL: Called if shouldExtendPessimisticLockScopeInTargetQuery() is true.protected voidManyToManyMapping. extendPessimisticLockScopeInTargetQuery(ObjectLevelReadQuery targetQuery, ObjectBuildingQuery sourceQuery)INTERNAL: Adds locking clause to the target query to extend pessimistic lock scope.protected voidOneToOneMapping. extendPessimisticLockScopeInTargetQuery(ObjectLevelReadQuery targetQuery, ObjectBuildingQuery sourceQuery)INTERNAL: Adds locking clause to the target query to extend pessimistic lock scope.ObjectCollectionMapping. extractResultFromBatchQuery(ReadQuery batchQuery, CacheKey parentCacheKey, AbstractRecord sourceRow, AbstractSession session, ObjectLevelReadQuery originalQuery)INTERNAL: Extract the value from the batch optimized query, this should be supported by most query types.ObjectForeignReferenceMapping. extractResultFromBatchQuery(ReadQuery batchQuery, CacheKey parentCacheKey, AbstractRecord sourceRow, AbstractSession session, ObjectLevelReadQuery originalQuery)INTERNAL: Extract the value from the batch optimized query, this should be supported by most query types.protected voidAggregateMapping. fixAttributeValue(Object attributeValue, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the remote client.voidAggregateMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the remote client.abstract voidDatabaseMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidForeignReferenceMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidCollectionMapping. fixRealObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: We are not using a remote valueholder so we need to replace the reference object(s) with the corresponding object(s) from the remote session.voidDatabaseMapping. fixRealObjectReferences(Object object, Map<Object,ObjectDescriptor> objectInformation, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: At this point, we realize we don't have indirection; so we need to replace the reference object(s) with the corresponding object(s) from the remote session.voidDirectCollectionMapping. fixRealObjectReferences(Object object, Map<Object,ObjectDescriptor> objectInformation, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: At this point, we realize we don't have indirection; so we need to replace the reference object(s) with the corresponding object(s) from the remote session.voidObjectReferenceMapping. fixRealObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: We are not using a remote valueholder so we need to replace the reference object(s) with the corresponding object(s) from the remote session.ObjectLevelReadQueryAggregateObjectMapping. getNestedJoinQuery(JoinedAttributeManager joinManager, ObjectLevelReadQuery query, AbstractSession session)INTERNAL: Return the query that is used when this mapping is part of a joined relationship This method is used when this mapping is used to map the key in a MapObjectLevelReadQueryOneToOneMapping. getNestedJoinQuery(JoinedAttributeManager joinManager, ObjectLevelReadQuery query, AbstractSession session)INTERNAL: Return the query that is used when this mapping is part of a joined relationship This method is used when this mapping is used to map the key in a MapObjectCollectionMapping. getObjectCorrespondingTo(Object object, DistributedSession session, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: return the object on the client corresponding to the specified object.ObjectDatabaseMapping. getObjectCorrespondingTo(Object object, DistributedSession session, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: return the object on the client corresponding to the specified object.ObjectDirectCollectionMapping. getObjectCorrespondingTo(Object object, DistributedSession session, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: return the object on the client corresponding to the specified object.ObjectForeignReferenceMapping. getObjectCorrespondingTo(Object object, DistributedSession session, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: return the object on the client corresponding to the specified object.protected voidAggregateCollectionMapping. postPrepareNestedBatchQuery(ReadQuery batchQuery, ObjectLevelReadQuery query)INTERNAL: Allow the mapping the do any further batch preparation.protected voidCollectionMapping. postPrepareNestedBatchQuery(ReadQuery batchQuery, ObjectLevelReadQuery query)INTERNAL: Add additional fieldsprotected voidForeignReferenceMapping. postPrepareNestedBatchQuery(ReadQuery batchQuery, ObjectLevelReadQuery query)INTERNAL: Allow the mapping the do any further batch preparation.protected voidManyToManyMapping. postPrepareNestedBatchQuery(ReadQuery batchQuery, ObjectLevelReadQuery query)INTERNAL: Add additional fields and check for history.protected voidOneToOneMapping. postPrepareNestedBatchQuery(ReadQuery batchQuery, ObjectLevelReadQuery query)INTERNAL: Allow the mapping the do any further batch preparation.voidRelationTableMechanism. postPrepareNestedBatchQuery(ReadQuery batchQuery, ObjectLevelReadQuery query)INTERNAL: Add the addition join fields to the batch query.protected voidUnidirectionalOneToManyMapping. postPrepareNestedBatchQuery(ReadQuery batchQuery, ObjectLevelReadQuery query)INTERNAL: Add additional fieldsReadQueryDirectCollectionMapping. prepareNestedBatchQuery(ObjectLevelReadQuery query)INTERNAL: Clone and prepare the selection query as a nested batch read query.ReadQueryForeignReferenceMapping. prepareNestedBatchQuery(ObjectLevelReadQuery query)INTERNAL: Clone and prepare the selection query as a nested batch read query.voidRelationTableMechanism. setRelationTableLockingClause(ObjectLevelReadQuery targetQuery, ObjectBuildingQuery sourceQuery)INTERNAL: Return relation table locking clause. -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation that return ObjectLevelReadQuery Modifier and Type Method Description ObjectLevelReadQueryAbstractDirectMapping. getNestedJoinQuery(JoinedAttributeManager joinManager, ObjectLevelReadQuery query, AbstractSession session)INTERNAL: Return the query that is used when this mapping is part of a joined relationship This method is used when this mapping is used to map the key in a Map.ObjectLevelReadQueryMapKeyMapping. getNestedJoinQuery(JoinedAttributeManager joinManager, ObjectLevelReadQuery query, AbstractSession session)INTERNAL: Return the query that is used when this mapping is part of a joined relationshipMethods in org.eclipse.persistence.mappings.foundation with parameters of type ObjectLevelReadQuery Modifier and Type Method Description protected voidAbstractCompositeCollectionMapping. fixAttributeValue(Object attributeValue, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)An object has been serialized from the server to the remote client.voidAbstractColumnMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidAbstractCompositeDirectCollectionMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidAbstractTransformationMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.ObjectLevelReadQueryAbstractDirectMapping. getNestedJoinQuery(JoinedAttributeManager joinManager, ObjectLevelReadQuery query, AbstractSession session)INTERNAL: Return the query that is used when this mapping is part of a joined relationship This method is used when this mapping is used to map the key in a Map.ObjectLevelReadQueryMapKeyMapping. getNestedJoinQuery(JoinedAttributeManager joinManager, ObjectLevelReadQuery query, AbstractSession session)INTERNAL: Return the query that is used when this mapping is part of a joined relationship -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type ObjectLevelReadQuery Modifier and Type Method Description voidXMLAnyAttributeMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidXMLAnyCollectionMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidXMLAnyObjectMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidXMLChoiceCollectionMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidXMLChoiceObjectMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidXMLInverseReferenceMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session) -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.queries
Subclasses of ObjectLevelReadQuery in org.eclipse.persistence.queries Modifier and Type Class Description classReadAllQueryPurpose: Concrete class for all read queries involving a collection of objects.classReadObjectQueryPurpose: Concrete class for all read queries involving a single object.classReportQueryPurpose: Query for information about a set of objects instead of the objects themselves.Fields in org.eclipse.persistence.queries declared as ObjectLevelReadQuery Modifier and Type Field Description protected ObjectLevelReadQueryInMemoryQueryIndirectionPolicy. queryUsed to set the policy state in the query.Fields in org.eclipse.persistence.queries with type parameters of type ObjectLevelReadQuery Modifier and Type Field Description protected Map<DatabaseMapping,ObjectLevelReadQuery>ObjectLevelReadQuery. aggregateQueriesAllow aggregate queries to be prepared and cached.Methods in org.eclipse.persistence.queries that return ObjectLevelReadQuery Modifier and Type Method Description ObjectLevelReadQueryObjectLevelReadQuery. getAggregateQuery(DatabaseMapping mapping)INTERNAL: Return the aggregate query clone for the mapping.ObjectLevelReadQueryInMemoryQueryIndirectionPolicy. getQuery()INTERNAL: Return the query.protected abstract ObjectLevelReadQueryObjectLevelReadQuery. getReadQuery()INTERNAL: Get custom read query from query manager.protected ObjectLevelReadQueryReadAllQuery. getReadQuery()INTERNAL: Get custom all read query from query manager.protected ObjectLevelReadQueryReadObjectQuery. getReadQuery()INTERNAL: Get custom single object read query from query manager.Methods in org.eclipse.persistence.queries that return types with arguments of type ObjectLevelReadQuery Modifier and Type Method Description Map<DatabaseMapping,ObjectLevelReadQuery>ObjectLevelReadQuery. getAggregateQueries()INTERNAL: Return the cache of aggregate queries.Methods in org.eclipse.persistence.queries with parameters of type ObjectLevelReadQuery Modifier and Type Method Description voidObjectLevelReadQuery. setAggregateQuery(DatabaseMapping mapping, ObjectLevelReadQuery query)INTERNAL: Set the aggregate query clone for the mapping.voidInMemoryQueryIndirectionPolicy. setQuery(ObjectLevelReadQuery query)INTERNAL: Set the query.Constructors in org.eclipse.persistence.queries with parameters of type ObjectLevelReadQuery Constructor Description InMemoryQueryIndirectionPolicy(int policy, ObjectLevelReadQuery query) -
Uses of ObjectLevelReadQuery in org.eclipse.persistence.sessions.remote
Methods in org.eclipse.persistence.sessions.remote with parameters of type ObjectLevelReadQuery Modifier and Type Method Description abstract ObjectDistributedSession. getObjectCorrespondingTo(Object serverSideDomainObject, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.ObjectRemoteSession. getObjectCorrespondingTo(Object serverSideDomainObject, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.abstract ObjectDistributedSession. getObjectsCorrespondingToAll(Object serverSideDomainObjects, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, ContainerPolicy containerPolicy)INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.ObjectRemoteSession. getObjectsCorrespondingToAll(Object serverSideDomainObjects, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, ContainerPolicy containerPolicy)INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.
-