Uses of Interface
org.plasma.query.Where

Packages that use Where
org.plasma.query

The PlasmaQuery� API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store. 

org.plasma.query.dsl   
org.plasma.query.model PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
org.plasma.query.visitor   
org.plasma.query.xpath   
 

Uses of Where in org.plasma.query
 

Methods in org.plasma.query that return Where
 Where Query.findWhereClause()
           
 Where Query.getWhereClause()
           
 

Uses of Where in org.plasma.query.dsl
 

Methods in org.plasma.query.dsl that return Where
 Where DomainRoot.findWhereClause()
           
 Where DomainRoot.getWhereClause()
           
 

Uses of Where in org.plasma.query.model
 

Classes in org.plasma.query.model that implement Where
 class Where
           
 

Methods in org.plasma.query.model with parameters of type Where
 void AbstractQueryValidator.start(Where where)
           
 

Uses of Where in org.plasma.query.visitor
 

Methods in org.plasma.query.visitor with parameters of type Where
 void QueryVisitor.end(Where where)
           
 void DefaultQueryVisitor.end(Where where)
           
 void QueryVisitor.start(Where where)
           
 void DefaultQueryVisitor.start(Where where)
           
 

Uses of Where in org.plasma.query.xpath
 

Subinterfaces of Where in org.plasma.query.xpath
 interface XPathWhere
           
 



Copyright © 2013. All rights reserved.