|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WhereCondition | |
wt.inf.container | |
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 . |
Uses of WhereCondition in wt.inf.container |
Classes in wt.inf.container that implement WhereCondition | |
class |
ContainerSpecWhereCondition
Generates a ContainerSpec -based WhereCondition
using WTContainerHelper.getWhereContainerIn . |
Uses of WhereCondition in wt.pds |
Subinterfaces of WhereCondition in wt.pds | |
interface |
JoinCondition
Abstraction for a join condition. |
Classes in wt.pds that implement WhereCondition | |
class |
ClassJoinCondition
This class represents a JoinCondition from a class. |
class |
LinkJoinCondition
This class specifies a join in terms of a navigable link class and role. |
class |
PagingJoinCondition
Supported API: false Extendable: false |
class |
ReferenceJoinCondition
This class specifies a join in terms of a source and target class with a reference property from the source class. |
class |
SourceIdJoinCondition
This class represents a JoinCondition from a source of raw IDs. |
class |
SourceJoinCondition
This class represents a JoinCondition from a source object. |
Methods in wt.pds with parameters of type WhereCondition | |
void |
QuerySpecStatementBuilder.appendCondition(WhereCondition a_condition)
Appends the specified WhereCondition to the query. |
Uses of WhereCondition in wt.query |
Methods in wt.query with parameters of type WhereCondition | |
void |
QuerySpec.appendCondition(WhereCondition a_condition)
Appends a condition to the query. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |