Uses of Class
org.eclipse.persistence.queries.ReadObjectQuery
-
-
Uses of ReadObjectQuery in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as ReadObjectQuery Modifier and Type Field Description protected ReadObjectQueryDescriptorQueryManager. readObjectQueryMethods in org.eclipse.persistence.descriptors that return ReadObjectQuery Modifier and Type Method Description ReadObjectQueryDescriptorQueryManager. getReadObjectQuery()ADVANCED: Return the receiver's read query.Methods in org.eclipse.persistence.descriptors with parameters of type ReadObjectQuery Modifier and Type Method Description protected ObjectInterfacePolicy. selectOneObject(ReadObjectQuery query)INTERNAL: Select one object of any concrete subclass.protected ObjectTablePerClassPolicy. selectOneObject(ReadObjectQuery query)INTERNAL: Select one object of any concrete subclass.ObjectInterfacePolicy. selectOneObjectUsingMultipleTableSubclassRead(ReadObjectQuery query)INTERNAL: Select one object of any concrete subclass.protected AbstractRecordInheritancePolicy. selectOneRowUsingCustomMultipleTableSubclassRead(ReadObjectQuery query)INTERNAL: Select one rows from a abstract table descriptor.protected AbstractRecordInheritancePolicy. selectOneRowUsingDefaultMultipleTableSubclassRead(ReadObjectQuery query)INTERNAL: Select one row of any concrete subclass, This must use two selects, the first retrieves the type field only.AbstractRecordInheritancePolicy. selectOneRowUsingMultipleTableSubclassRead(ReadObjectQuery query)INTERNAL: Select one row of any concrete subclass, This must use two selects, the first retrieves the type field only.voidDescriptorQueryManager. setReadObjectQuery(ReadObjectQuery query)ADVANCED: Set the receiver's read query. -
Uses of ReadObjectQuery in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic that return ReadObjectQuery Modifier and Type Method Description ReadObjectQueryDynamicHelper. newReadObjectQuery(String typeName)Helper method to simplify creating a native ReadObjectQuery using the entity type name (descriptor alias) -
Uses of ReadObjectQuery in org.eclipse.persistence.internal.descriptors
Fields in org.eclipse.persistence.internal.descriptors declared as ReadObjectQuery Modifier and Type Field Description protected ReadObjectQueryCascadeLockingPolicy. m_queryMethods in org.eclipse.persistence.internal.descriptors that return ReadObjectQuery Modifier and Type Method Description protected ReadObjectQueryCascadeLockingPolicy. getQuery()INTERNAL:Methods in org.eclipse.persistence.internal.descriptors with parameters of type ReadObjectQuery Modifier and Type Method Description voidObjectBuilder. assignReturnValueForField(Object object, ReadObjectQuery query, AbstractRecord row, DatabaseField field, Collection handledMappings, ObjectChangeSet changeSet)Assign the field value from the row to the object for all the mappings using field (read or write).protected voidObjectBuilder. assignReturnValueToMapping(Object object, ReadObjectQuery query, AbstractRecord row, DatabaseField field, DatabaseMapping mapping, Collection handledMappings, ObjectChangeSet changeSet)INTERNAL: Assign values from objectRow to the object through the mapping. -
Uses of ReadObjectQuery in org.eclipse.persistence.internal.indirection
Methods in org.eclipse.persistence.internal.indirection that return ReadObjectQuery Modifier and Type Method Description protected ReadObjectQueryIndirectionPolicy. buildCascadeQuery(MergeManager mergeManager)INTERNAL Return true if the refresh should refresh on this mapping or not. -
Uses of ReadObjectQuery in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries that return ReadObjectQuery Modifier and Type Method Description protected ReadObjectQueryDatabaseQueryMechanism. getReadObjectQuery()Convenience method -
Uses of ReadObjectQuery in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type ReadObjectQuery Modifier and Type Method Description ObjectAggregateObjectMapping. readFromReturnRowIntoObject(AbstractRecord row, Object targetObject, ReadObjectQuery query, Collection handledMappings, ObjectChangeSet changeSet)INTERNAL: Build an aggregate object from the specified return row and put it in the specified target object. -
Uses of ReadObjectQuery in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation with parameters of type ReadObjectQuery Modifier and Type Method Description ObjectAbstractTransformationMapping. readFromReturnRowIntoObject(AbstractRecord row, Object object, ReadObjectQuery query, Collection handledMappings, ObjectChangeSet changeSet)INTERNAL: Extracts value from return row and set the attribute to the value in the object. -
Uses of ReadObjectQuery in org.eclipse.persistence.tools.profiler
Methods in org.eclipse.persistence.tools.profiler with parameters of type ReadObjectQuery Modifier and Type Method Description static voidQueryMonitor. incrementReadObjectHits(ReadObjectQuery query)static voidQueryMonitor. incrementReadObjectMisses(ReadObjectQuery query)
-