mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-21 21:14:12 +08:00
refactorings
This commit is contained in:
parent
e2a8d69bb5
commit
cc03a95cc0
@ -3,8 +3,10 @@ package com.mysema.query;
|
||||
import com.mysema.query.grammar.Types.*;
|
||||
|
||||
/**
|
||||
* Query provides
|
||||
* Query provides a fluent query interface, operations can be constructed via the
|
||||
* static methods of Grammar
|
||||
*
|
||||
* @see Grammar
|
||||
* @author tiwe
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
@ -4,7 +4,7 @@ package com.mysema.query.grammar;
|
||||
import com.mysema.query.grammar.Types.*;
|
||||
|
||||
/**
|
||||
* Grammar provides
|
||||
* Grammar provides a fluent grammar for operation and order specifier creation
|
||||
*
|
||||
* @author tiwe
|
||||
* @version $Id$
|
||||
|
||||
@ -1,9 +1,7 @@
|
||||
package com.mysema.query.grammar;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Types provides
|
||||
* Types provides the types of the fluent grammar
|
||||
*
|
||||
* @author tiwe
|
||||
* @version $Id$
|
||||
|
||||
Loading…
Reference in New Issue
Block a user