Interface TypedQueryReference<R>

Type Parameters:
R - an upper bound on the result type of the query

public interface TypedQueryReference<R>
A reference to a named query declared via the NamedQuery or NamedNativeQuery annotations.
See Also: