This commit is contained in:
Timo Westkämper 2009-02-02 14:18:54 +00:00
parent 0ee90b4603
commit e670d5ac0c
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
package com.mysema.query.grammar;
/**
* JoinMeta provied join metadata in the form of flags
* HqlJoinMeta provides join metadata in the form of flags for HQL queries
*
* @author tiwe
* @version $Id$

View File

@ -18,7 +18,7 @@ import com.mysema.query.grammar.HqlQueryBase;
import com.mysema.query.grammar.types.Expr;
/**
* JpaqlQuery provides
* JpaqlQuery provides a fluent statically typed interface for creating JPAQL queries.
*
* @author tiwe
* @version $Id$

View File

@ -7,7 +7,7 @@
package com.mysema.query.hql;
/**
* QueryModifiers provides.
* QueryModifiers combines limit and offset info into a single type
*
* @author Timo Westkamper
* @version $Id$

View File

@ -10,7 +10,7 @@ import java.util.Collections;
import java.util.List;
/**
* SearchResults provides.
* SearchResults bundles data for paged search results
*
* @author Timo Westkamper
* @version $Id$