Package | Description |
---|---|
oracle.toplink.essentials.descriptors | |
oracle.toplink.essentials.internal.descriptors | |
oracle.toplink.essentials.queryframework |
Modifier and Type | Field and Description |
---|---|
protected ReadAllQuery |
DescriptorQueryManager.readAllQuery |
Modifier and Type | Method and Description |
---|---|
ReadAllQuery |
DescriptorQueryManager.getReadAllQuery()
ADVANCED:
Return the receiver's read query.
|
Modifier and Type | Method and Description |
---|---|
protected Vector |
InheritancePolicy.selectAllRowUsingCustomMultipleTableSubclassRead(ReadAllQuery query)
INTERNAL:
Select all rows from a abstract table descriptor.
|
protected Vector |
InheritancePolicy.selectAllRowUsingDefaultMultipleTableSubclassRead(ReadAllQuery query)
INTERNAL:
Select all rows from a abstract table descriptor.
|
Vector |
InheritancePolicy.selectAllRowUsingMultipleTableSubclassRead(ReadAllQuery query)
INTERNAL:
Select all rows from a abstract table descriptor.
|
void |
DescriptorQueryManager.setReadAllQuery(ReadAllQuery query)
ADVANCED:
Set the receiver's read all query.
|
Modifier and Type | Method and Description |
---|---|
Object |
ObjectBuilder.buildObjectsInto(ReadAllQuery query,
Vector databaseRows,
Object domainObjects)
Return a container which contains the instances of the receivers javaClass.
|
Modifier and Type | Class and Description |
---|---|
class |
ReportQuery
Purpose: Query for information about a set of objects instead of the objects themselves.
|
Copyright © 2022. All rights reserved.