Interface ExprValue<X,S extends Expression<X>>

All Superinterfaces:
ExprStream<X,S>, QueryConfigurer<AbstractQuery<?>,X,S>, QueryStream<X,S,AbstractQuery<?>,CriteriaQuery<X>,TypedQuery<X>>, SearchStream<X,S>, SearchValue<X,S>
All Known Subinterfaces:
BooleanValue, DoubleValue, FromValue<X,S>, IntValue, LongValue, PathValue<X,S>, RootValue<X>

public interface ExprValue<X,S extends Expression<X>> extends SearchValue<X,S>, ExprStream<X,S>
An ExprStream that is guaranteed to return at most a single result.