mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
This commit is contained in:
parent
80c01ffc50
commit
32bab089c8
@ -14,7 +14,7 @@ import com.mysema.query.types.SubQueryExpression;
|
||||
*
|
||||
* @author tiwe
|
||||
*
|
||||
* @param <Q>
|
||||
* @param <Q> concrete type
|
||||
*/
|
||||
public interface SQLCommonQuery<Q extends SQLCommonQuery<Q>> extends Query<Q> {
|
||||
|
||||
|
||||
@ -15,7 +15,7 @@ import com.mysema.query.types.OrderSpecifier;
|
||||
*
|
||||
* @author tiwe
|
||||
*
|
||||
* @param <RT>
|
||||
* @param <RT> return type of projection
|
||||
*/
|
||||
public interface Union<RT>{
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user