Uses of Interface
org.objectweb.medor.query.api.AnnotationsHolder

Packages that use AnnotationsHolder
org.objectweb.medor.eval.api   
org.objectweb.medor.eval.lib   
org.objectweb.medor.query.api   
org.objectweb.medor.query.lib   
org.objectweb.medor.query.rdb.api   
org.objectweb.medor.query.rdb.lib   
 

Uses of AnnotationsHolder in org.objectweb.medor.eval.api
 

Subinterfaces of AnnotationsHolder in org.objectweb.medor.eval.api
 interface EvaluationMetaData
          This interface is used for QueryTrees at evaluation time.
 

Uses of AnnotationsHolder in org.objectweb.medor.eval.lib
 

Classes in org.objectweb.medor.eval.lib that implement AnnotationsHolder
 class BasicEvaluationMetaData
           
 

Uses of AnnotationsHolder in org.objectweb.medor.query.api
 

Subinterfaces of AnnotationsHolder in org.objectweb.medor.query.api
 interface FilteredQueryTree
          This interface is implemented by all QueryTree which have a QueryFilter associated (QueryNode, RdbExpLeaf, ...).
 interface NestQueryNode
          All nesting fields (group by) are projected.
 interface QueryLeaf
           
 interface QueryNode
           
 interface QueryTree
           
 interface TCQueryLeaf
          It's a DataStore witch is attached to a Medor TupleCollection Data Store...
 interface UnnestQueryNode
           
 

Uses of AnnotationsHolder in org.objectweb.medor.query.lib
 

Classes in org.objectweb.medor.query.lib that implement AnnotationsHolder
 class BasicQueryNode
          A BasicQueryNode is an implementation of QueryNode.
 class BasicQueryTree
          A BasicQueryNode is an implementation of QueryNode.
 class Cartesian
           
 class Intersection
           
 class JoinProject
           
 class MedorTCQueryLeaf
          A TupleCollection is one of the DataStore that is queryable by Medor.
 class Nest
           
 class Project
           
 class SelectProject
           
 class Union
           
 class Unnest
           
 

Uses of AnnotationsHolder in org.objectweb.medor.query.rdb.api
 

Subinterfaces of AnnotationsHolder in org.objectweb.medor.query.rdb.api
 interface QualifiedTable
          A QualifiedTable represents a table name with its potential alias.
 interface RdbExpQueryLeaf
          An RdbExpQueryLeaf is a particular type of RdbQueryLeaf for which the associated SQL query if not given as a SQL String, but is computed from an Expression (representing the filter) and from abstract information made of QualifiedTables, representing the FROM part of the SQL query.
 interface RdbQueryLeaf
          An RdbQueryLeaf represents a query leaf which encapsulates access to a relational database.
 interface RdbStringQueryLeaf
          An RdbStringQueryLeaf is an RdbQueryLeaf built from a SQL request provided as a String.
 

Uses of AnnotationsHolder in org.objectweb.medor.query.rdb.lib
 

Classes in org.objectweb.medor.query.rdb.lib that implement AnnotationsHolder
 class AggregateRdbQueryNode
          This class represents a QueryLeaf which contains aggregate functions.
 class BasicQualifiedTable
           
 class BasicRdbExpQueryLeaf
          This class represents a QueryLeaf that maps onto a relational database store.
 class BasicRdbQueryLeaf
           
 class BasicRdbStringQueryLeaf
          This class represents a QueryLeaf that maps onto a relational database store.