| Package | Description |
|---|---|
| oracle.toplink.essentials.descriptors | |
| oracle.toplink.essentials.internal.expressions | |
| oracle.toplink.essentials.querykeys |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,QueryKey> |
ClassDescriptor.queryKeys |
| Modifier and Type | Method and Description |
|---|---|
QueryKey |
ClassDescriptor.getQueryKeyNamed(String queryKeyName)
INTERNAL:
Return the query key with the specified name
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,QueryKey> |
ClassDescriptor.getQueryKeys()
PUBLIC:
Return the query keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDescriptor.addQueryKey(QueryKey queryKey)
PUBLIC:
Add a query key to the descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDescriptor.setQueryKeys(Map<String,QueryKey> queryKeys)
INTERNAL:
Set the query keys.
|
| Modifier and Type | Field and Description |
|---|---|
protected QueryKey |
QueryKeyExpression.queryKey
Cache the query key for performance.
|
| Modifier and Type | Method and Description |
|---|---|
QueryKey |
QueryKeyExpression.getQueryKeyOrNull() |
QueryKey |
ManualQueryKeyExpression.getQueryKeyOrNull() |
QueryKey |
DataExpression.getQueryKeyOrNull() |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectCollectionQueryKey
Purpose:Represents a direct collection join query.
|
class |
DirectQueryKey
Purpose: Define an alias to a database field.
|
class |
ForeignReferenceQueryKey
Purpose: Define an alias to a foreign object.
|
class |
ManyToManyQueryKey
Purpose:Represents a m-m join query.
|
class |
OneToManyQueryKey
Purpose:Represents a 1-m join query.
|
class |
OneToOneQueryKey
Purpose: Define an alias to a foreign one to one object.
|
Copyright © 2023. All rights reserved.