This commit is contained in:
Timo Westkämper 2008-02-24 16:52:51 +00:00
parent 408357129a
commit e5c5dcc798
7 changed files with 9 additions and 9 deletions

View File

@ -9,7 +9,7 @@ import com.mysema.query.grammar.Types.ExprBoolean;
import com.mysema.query.grammar.Types.ExprEntity;
/**
* ExtQueryBased provides
* ExtQueryBased provides a basic implementation of the ExtQuery interface
*
* @author tiwe
* @version $Id$

View File

@ -11,8 +11,7 @@ import com.mysema.query.grammar.Types.Expr;
import com.mysema.query.grammar.Types.OrderSpecifier;
/**
* Query provides a fluent query interface, operations can be constructed via the
* static methods of Grammar
* Query provides a the query interface of the fluent query DSL
*
* @author tiwe
* @version $Id$

View File

@ -13,7 +13,7 @@ import com.mysema.query.grammar.Types.ExprEntity;
import com.mysema.query.grammar.Types.Expr;
import com.mysema.query.grammar.Types.OrderSpecifier;
/**
* QueryBase provides
* QueryBase provides a basic implementation of the Query interface
*
* @author tiwe
* @version $Id$

View File

@ -9,7 +9,7 @@ import com.mysema.query.grammar.Types.*;
import com.mysema.query.grammar.Ops.*;
/**
* Grammar provides a fluent grammar for operation and order specifier creation
* Grammar provides the factory methods for the fluent grammar
*
* @author tiwe
* @version $Id$

View File

@ -6,7 +6,7 @@
package com.mysema.query.grammar;
/**
* Ops provides
* Ops provides the operators for the fluent query grammar
*
* @author tiwe
* @version $Id$

View File

@ -10,8 +10,8 @@ import java.lang.reflect.Method;
import com.mysema.core.collection.FactoryMap;
import com.mysema.query.grammar.Types.*;
/**
* Visitor provides
/**
* Visitor provides a dispatching Visitor for Expr instances
*
* @author tiwe
* @version $Id$

View File

@ -8,7 +8,8 @@ package com.mysema.query.grammar;
import com.mysema.query.grammar.Types.*;
/**
* VisitorAdapter provides
* VisitorAdapter provides a base implementation where invocations are dispatched
* to supertypes when available and visible
*
* @author tiwe
* @version $Id$