|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CriteriaDescriptor | |
wt.introspection | Uses
WTIntrospector
to provide enhanced introspection above and beyond normal Java introspection via the information objects
ClassInfo ,
LinkInfo and
DatabaseInfo . |
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 CriteriaDescriptor in wt.introspection |
Fields in wt.introspection declared as CriteriaDescriptor | |
private CriteriaDescriptor[] |
DatabaseViewInfo.criterion
|
private CriteriaDescriptor[] |
DatabaseViewInfo.criterion
|
Methods in wt.introspection that return CriteriaDescriptor | |
CriteriaDescriptor[] |
DatabaseViewInfo.getCriterion()
Answer an array of CriteriaInfo's |
CriteriaDescriptor[] |
DatabaseViewInfo.getCriterion()
Answer an array of CriteriaInfo's |
Methods in wt.introspection with parameters of type CriteriaDescriptor | |
private void |
XmlClassIiGenerator.exerciseCriterion(CriteriaDescriptor criterion,
int number,
Element parent_element)
Exercise the methods of the CriteriaDescriptor. |
private void |
XmlClassIiGenerator.exerciseCriteria(CriteriaDescriptor[] criteria,
Element parent_element)
Exercise the methods of the CriteriaDescriptors. |
protected void |
WTIntrospectorTest.exerciseCriteria(CriteriaDescriptor criteria)
Exercise the methods of the CriteriaDescriptor. |
protected void |
WTIntrospectorTest.exerciseCriterion(CriteriaDescriptor[] criterion)
Exercise the methods of the CriteriaDescriptors. |
private void |
XmlClassIiGenerator.exerciseCriterion(CriteriaDescriptor criterion,
int number,
Element parent_element)
Exercise the methods of the CriteriaDescriptor. |
private void |
XmlClassIiGenerator.exerciseCriteria(CriteriaDescriptor[] criteria,
Element parent_element)
Exercise the methods of the CriteriaDescriptors. |
protected void |
WTIntrospectorTest.exerciseCriteria(CriteriaDescriptor criteria)
Exercise the methods of the CriteriaDescriptor. |
protected void |
WTIntrospectorTest.exerciseCriterion(CriteriaDescriptor[] criterion)
Exercise the methods of the CriteriaDescriptors. |
Uses of CriteriaDescriptor in wt.query |
Fields in wt.query declared as CriteriaDescriptor | |
private CriteriaDescriptor[] |
ClassViewExpression.criterion
|
private CriteriaDescriptor[] |
ClassTableExpression.criterion
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |