Uses of Interface
wt.query.specification.ClassSearchSpec

Packages that use ClassSearchSpec
wt.query.specification   
 

Uses of ClassSearchSpec in wt.query.specification
 

Classes in wt.query.specification that implement ClassSearchSpec
 class DefaultClassSearchSpec
          

Supported API: false

Extendable: false
 class ExtendedClassSearchSpec
          

Supported API: false

Extendable: false
 

Fields in wt.query.specification declared as ClassSearchSpec
private  ClassSearchSpec JoinSelectionSearchSpec.classSearchSpec
           
 

Methods in wt.query.specification that return ClassSearchSpec
 ClassSearchSpec JoinSelectionSearchSpec.getClassSearchSpec()
          Gets the object for the association that plays role: classSearchSpec.
 

Methods in wt.query.specification with parameters of type ClassSearchSpec
protected  void QueryBuilder.processSearchExpression(ClassSearchSpec a_selection, SearchExpression an_expression)
          

Supported API: false
 void JoinSelectionSearchSpec.setClassSearchSpec(ClassSearchSpec a_ClassSearchSpec)
          Sets the object for the association that plays role: classSearchSpec.
protected  SearchCondition DefaultQueryWriter.getModeledAttributeSearchCondition(ClassSearchSpec a_selection, AttributeSearchExp an_expression)
          

Supported API: false
protected  SearchCondition DefaultQueryWriter.getLatestIterationSearchCondition(ClassSearchSpec a_selection)
          

Supported API: false
protected  SearchCondition DefaultQueryWriter.getDependencyInstancedAttributeSearchCondition(ClassSearchSpec a_selection, AttributeSearchExp an_expression)
          

Supported API: false
protected  void DefaultQueryWriter.setupQuerySpecForInstance(QuerySpec a_query_spec, ClassSearchSpec a_selection, AttributeSearchExp an_expression, String a_column, Boolean use_reference)
          

Supported API: false
protected  StatementSpec DefaultQueryWriter.getDependentStatementSpec(ClassSearchSpec a_selection, AttributeSearchExp an_expression, Boolean use_reference, boolean a_is_direct_dependency)
          

Supported API: false
private  WhereExpression DefaultQueryWriter.getModeledAttributeWhereExpression(ClassSearchSpec a_selection, AttributeSearchExp an_expression)
           
 

Constructors in wt.query.specification with parameters of type ClassSearchSpec
JoinSelectionSearchSpec(Class target_class, Object a_join, Object a_A_role, Object a_B_role, ClassSearchSpec a_selection)
          

Supported API: false