mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-21 21:14:12 +08:00
updated
This commit is contained in:
parent
408357129a
commit
e5c5dcc798
@ -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$
|
||||
|
||||
@ -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$
|
||||
|
||||
@ -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$
|
||||
|
||||
@ -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$
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
package com.mysema.query.grammar;
|
||||
|
||||
/**
|
||||
* Ops provides
|
||||
* Ops provides the operators for the fluent query grammar
|
||||
*
|
||||
* @author tiwe
|
||||
* @version $Id$
|
||||
|
||||
@ -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$
|
||||
|
||||
@ -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$
|
||||
|
||||
Loading…
Reference in New Issue
Block a user