Package com.querydsl.core.types
Interface SubQueryExpression<T>
- Type Parameters:
T- return type of subquery
- All Superinterfaces:
Expression<T>,Serializable
- All Known Subinterfaces:
ExtendedSubQuery<T>
- All Known Implementing Classes:
FetchableSubQueryBase,SubQueryExpressionImpl
SubQueryExpression represents a sub query.- Author:
- tiwe
-
Method Summary
Modifier and TypeMethodDescriptionGet the query metadata for the subqueryMethods inherited from interface com.querydsl.core.types.Expression
accept, getType
-
Method Details
-
getMetadata
QueryMetadata getMetadata()Get the query metadata for the subquery- Returns:
- metadata
-