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

Packages that use Query
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.sdo.access   
org.plasma.sdo.access.provider.common   
org.plasma.sdo.access.service   
 

Uses of Query in org.plasma.query
 

Methods in org.plasma.query that return Query
 Query Query.getModel()
          Returns the underlying query model for this query.
 

Uses of Query in org.plasma.query.dsl
 

Methods in org.plasma.query.dsl that return Query
 Query DomainRoot.getModel()
           
 

Uses of Query in org.plasma.query.model
 

Fields in org.plasma.query.model declared as Query
protected  Query Term.query
           
protected  Query Property.query
           
 

Methods in org.plasma.query.model that return Query
 Query ObjectFactory.createQuery()
          Create an instance of Query
 Query Query.getModel()
           
 Query Term.getQuery()
          Gets the value of the query property.
 Query Property.getQuery()
           
 

Methods in org.plasma.query.model with parameters of type Query
static Expression Expression.exists(Property prop, Query subquery)
           
static Expression Expression.in(Property prop, Query subquery)
          Returns a subquery expression, where the given property is found within the given subquery results collection.
static Expression Expression.in(java.lang.String prop, Query subquery)
          Returns a subquery expression, where the given property is found within the given subquery results collection.
static Expression Expression.in(java.lang.String prop, java.lang.String[] path, Query subquery)
          Returns a subquery expression, where the given property is found within the given subquery results collection.
static Expression Expression.notIn(Property prop, Query subquery)
          Returns a subquery expression, where the given property is not found within the given subquery results collection.
 void Term.setQuery(Query value)
          Sets the value of the query property.
 void Property.setQuery(Query value)
           
 

Constructors in org.plasma.query.model with parameters of type Query
Expression(Property prop, SubqueryOperator oper, Query query)
           
Property(java.lang.String name, Path path, Query query)
           
Property(java.lang.String name, Query query)
           
QueryValidator(Query query, Type contextType)
           
Term(Query query)
           
 

Uses of Query in org.plasma.sdo.access
 

Methods in org.plasma.sdo.access with parameters of type Query
 int QueryDispatcher.count(Query query)
           
 int DataAccessService.count(Query query)
           
 int[] DataAccessService.count(Query[] queries)
           
 DataGraph[] DataAccessService.find(Query query)
           
 java.util.List<DataGraph[]> DataAccessService.find(Query[] queries)
           
 DataGraph[] DataAccessService.find(Query query, int maxResults)
           
 PlasmaDataGraph[] QueryDispatcher.find(Query query, int requestMax, java.sql.Timestamp snapshotDate)
           
 PlasmaDataGraph[] QueryDispatcher.find(Query query, java.sql.Timestamp snapshotDate)
           
 

Uses of Query in org.plasma.sdo.access.provider.common
 

Methods in org.plasma.sdo.access.provider.common with parameters of type Query
protected abstract  void TextQueryFilterAssembler.assembleSubquery(Property property, SubqueryOperator oper, Query query)
           
 

Uses of Query in org.plasma.sdo.access.service
 

Methods in org.plasma.sdo.access.service with parameters of type Query
 int DataAccessServiceEJB.count(Query query)
           
 int[] DataAccessServiceEJB.count(Query[] queries)
           
 DataGraph[] DataAccessServiceEJB.find(Query query)
           
 java.util.List DataAccessServiceEJB.find(Query[] queries)
           
 DataGraph[] DataAccessServiceEJB.find(Query query, int maxResults)
           
 



Copyright © 2013. All Rights Reserved.