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

public interface SubQueryExpression<T> extends Expression<T>
SubQueryExpression represents a sub query.
Author:
tiwe
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the query metadata for the subquery

    Methods inherited from interface com.querydsl.core.types.Expression

    accept, getType
  • Method Details

    • getMetadata

      QueryMetadata getMetadata()
      Get the query metadata for the subquery
      Returns:
      metadata