|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractClassTableExpression | |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.query | Provides generic support for defining SQL queries
(see
QuerySpec and the various things
that can be appended to it) in a database
inedependent manner that should be used with the
PersistenceManager . |
wt.sandbox | This package provides "sandbox" container functionality. A "sandbox" container is a container wherein a multiple users can work on a set of related changes through multiple iterations without disturbing the broader organization (apart from placing locks on the objects the broader organziation sees). The package provides the following core capabilities: |
Uses of AbstractClassTableExpression in wt.pds |
Subclasses of AbstractClassTableExpression in wt.pds | |
(package private) class |
NavigateStatementBuilder.ForeignKeyLinkTableExpression
|
Uses of AbstractClassTableExpression in wt.query |
Subclasses of AbstractClassTableExpression in wt.query | |
class |
ClassTableExpression
This class represents a class specification of a table which can be used in a SQL FROM clause. |
class |
ClassViewExpression
This class represents a class specification of a table which can be used in a SQL FROM clause. |
Methods in wt.query with parameters of type AbstractClassTableExpression | |
protected boolean |
AbstractClassTableExpression.readVersion(AbstractClassTableExpression thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of AbstractClassTableExpression in wt.sandbox |
Methods in wt.sandbox that return AbstractClassTableExpression | |
private static AbstractClassTableExpression |
Utilities.createWorkableVersionedContainedFromExpr(QuerySpec querySpec,
boolean useClassViewExpression,
Collection otherAdditionalInterfaces,
Collection classesToLimitTo)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |