Interface ParameterizedExpression<T>

Type Parameters:
T - expression type
All Superinterfaces:
Expression<T>, Serializable
All Known Subinterfaces:
CollectionExpression<T,E>, ListExpression<E,Q>, MapExpression<K,V>
All Known Implementing Classes:
CollectionExpressionBase, CollectionOperation, CollectionPath, CollectionPathBase, ListPath, MapExpressionBase, MapPath, ParameterizedPathImpl, SetPath

public interface ParameterizedExpression<T> extends Expression<T>
ParameterizedExpression is a common interface for expressions with generic type parameters
Author:
tiwe
  • Method Summary

    Modifier and Type
    Method
    Description
    getParameter(int index)
    Get the type parameter at the given index

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

    accept, getType
  • Method Details

    • getParameter

      Class<?> getParameter(int index)
      Get the type parameter at the given index
      Parameters:
      index - zero based index of type parameter
      Returns:
      type parameter at index