| Modifier and Type | Interface and Description |
|---|---|
interface |
RetrieveDesc
This interface represents a retrieve descriptor used by an application
to retrieve container-managed entity beans from a persistent store.
|
interface |
UpdateObjectDesc |
| Modifier and Type | Class and Description |
|---|---|
class |
RetrieveDescImpl |
class |
UpdateObjectDescImpl
Stores the update information for the associated state manager.
|
| Modifier and Type | Field and Description |
|---|---|
ActionDesc |
ConstraintFieldNameSubQuery.desc |
ActionDesc |
ConstraintFieldName.desc |
ActionDesc |
ConstraintForeignFieldName.desc |
| Modifier and Type | Method and Description |
|---|---|
void |
Constraint.addConstraintFieldSubQuery(String field,
ActionDesc rd)
Adds a subquery constraint on the stack.
|
void |
Constraint.addField(String name,
ActionDesc desc)
Adds a field to the constraint stack.
|
void |
Constraint.addForeignField(String name,
ActionDesc desc) |
| Constructor and Description |
|---|
ConstraintFieldName(String name,
ActionDesc desc) |
ConstraintFieldName(String name,
ActionDesc desc,
boolean prefetched) |
ConstraintFieldNameSubQuery(String name,
ActionDesc desc) |
ConstraintForeignFieldName(String name,
ActionDesc desc) |
| Constructor and Description |
|---|
QueryPlan(ActionDesc desc,
SQLStoreManager store) |
SelectQueryPlan(ActionDesc desc,
SQLStoreManager store,
Concurrency concurrency)
Creates a new SelectQueryPlan.
|
UpdateQueryPlan(ActionDesc desc,
SQLStoreManager store) |
Copyright © 2017. All rights reserved.