Class StaticTypedQueryReference<R>

java.lang.Object
jakarta.persistence.query.StaticTypedQueryReference<R>
Type Parameters:
R - The result type of the query
All Implemented Interfaces:
Reference, TypedQueryReference<R>

public class StaticTypedQueryReference<R> extends Object implements TypedQueryReference<R>
A reference to a query declared using a JakartaQuery or NativeQuery annotation. An instance of this class is usually instantiated by a generated method of the static metamodel for the annotated program element.
Since:
4.0