Interface ProjectionSpecification.Element<X>
- Type Parameters:
X
- The type of the element of the projection list
- Enclosing interface:
ProjectionSpecification<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ProjectionSpecification.Element<X>
extends Function<Object[],X>
Allows typesafe access to elements of the
Object[]
arrays returned by the query.-
Method Summary