com.mysema.query.types.query
Interface ExtendedSubQueryExpression<T>

Type Parameters:
T - expression type
All Superinterfaces:
Expression<T>, Serializable, SubQueryExpression<T>
All Known Implementing Classes:
BooleanSubQuery, ComparableSubQuery, DateSubQuery, DateTimeSubQuery, ListSubQuery, NumberSubQuery, SimpleSubQuery, StringSubQuery, TimeSubQuery

public interface ExtendedSubQueryExpression<T>
extends SubQueryExpression<T>

Extensions to the SubQueryExpression interface

Author:
tiwe

Method Summary
 BooleanExpression exists()
          Get an exists(this) expression for the subquery
 BooleanExpression notExists()
          Get a not exists(this) expression for the subquery
 
Methods inherited from interface com.mysema.query.types.SubQueryExpression
getMetadata
 
Methods inherited from interface com.mysema.query.types.Expression
accept, getType
 

Method Detail

exists

BooleanExpression exists()
Get an exists(this) expression for the subquery

Returns:

notExists

BooleanExpression notExists()
Get a not exists(this) expression for the subquery

Returns:


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.