mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
updated
This commit is contained in:
parent
0ee90b4603
commit
e670d5ac0c
@ -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$
|
||||
|
||||
@ -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$
|
||||
|
||||
@ -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$
|
||||
|
||||
@ -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$
|
||||
|
||||
Loading…
Reference in New Issue
Block a user