Uses of Class
org.plasma.query.model.Where

Packages that use Where
org.plasma.query.collector   
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.xpath   
 

Uses of Where in org.plasma.query.collector
 

Methods in org.plasma.query.collector that return Where
 Where SelectionPredicates.getPredicate(Property property)
          Returns the predicate for the given property or null if the given property is not mapped.
 Where SelectionCollector.getPredicate(Property property)
           
 Where Selection.getPredicate(Property property)
          Returns the predicate for the given property or null if the given property has no predicates.
 Where PropertySelectionCollector.getPredicate(Property property)
          Deprecated.  
 Where PropertySelection.getPredicate(Property property)
          Deprecated. Returns the predicate for the given property or null if the given property is not mapped.
 Where SelectionCollector.getPredicate(Property property, int level)
           
 Where Selection.getPredicate(Property property, int level)
          Returns the predicate , if exists, collected for the given property for the given traversal level or graph depth.
 Where SelectionCollector.getPredicate(Property property, Property sourceProperty)
           
 Where Selection.getPredicate(Property property, Property sourceProperty)
          Returns the predicate, if exists, collected for the given property and for the given (query) graph edge source property.
 

Methods in org.plasma.query.collector that return types with arguments of type Where
 Map<Property,Where> SelectionCollector.getPredicateMap()
          Deprecated. 
 Map<Property,Where> PropertySelectionCollector.getPredicateMap()
          Deprecated. 
 

Methods in org.plasma.query.collector with parameters of type Where
 void SelectionPredicates.collect(Where predicate)
          Traverses the given predicate adding its properties and property paths to the selection.
 void PropertySelectionCollector.collect(Where predicate)
          Deprecated.  
 void PropertySelection.collect(Where predicate)
          Deprecated. Traverses the given predicate adding its properties and property paths to the selection.
 

Constructors in org.plasma.query.collector with parameters of type Where
SelectionCollector(Select select, Where where, OrderBy orderBy, Type rootType)
           
SelectionCollector(Select select, Where where, OrderBy orderBy, Type rootType, boolean onlySingularProperties)
           
SelectionCollector(Select select, Where where, Type rootType)
           
SelectionCollector(Select select, Where where, Type rootType, boolean onlySingularProperties)
           
SelectionCollector(Where where, Type rootType)
           
SelectionCollector(Where where, Type rootType, boolean onlySingularProperties)
           
 

Uses of Where in org.plasma.query.model
 

Fields in org.plasma.query.model declared as Where
protected  Where PathNode.where
           
protected  Where Clause.where
           
 

Methods in org.plasma.query.model that return Where
 Where ObjectFactory.createWhere()
          Create an instance of Where
 Where Query.findWhereClause()
           
 Where PathNode.getWhere()
          Gets the value of the where property.
 Where Clause.getWhere()
          Gets the value of the where property.
 Where Query.getWhereClause()
           
 

Methods in org.plasma.query.model with parameters of type Where
 void PathNode.setWhere(Where value)
          Sets the value of the where property.
 void Clause.setWhere(Where value)
          Sets the value of the where property.
 

Constructors in org.plasma.query.model with parameters of type Where
Clause(Where where)
           
Query(Select select, From from, Where where)
           
Query(Select select, From from, Where where, GroupBy groupBy)
           
Query(Select select, From from, Where where, OrderBy orderBy)
           
Query(Select select, From from, Where where, OrderBy orderBy, GroupBy groupBy)
           
QueryValidator(Where where, Type contextType)
           
 

Uses of Where in org.plasma.query.xpath
 

Methods in org.plasma.query.xpath that return Where
 Where QueryPredicateVisitor.getResult()
           
 



Copyright © 2014. All rights reserved.