Uses of Interface
jakarta.persistence.TypedQueryReference
-
Packages that use TypedQueryReference Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of TypedQueryReference in jakarta.persistence
Methods in jakarta.persistence that return types with arguments of type TypedQueryReference Modifier and Type Method Description <R> java.util.Map<java.lang.String,TypedQueryReference<R>>
EntityManagerFactory. getNamedQueries(java.lang.Class<R> resultType)
A map keyed by query name, containing references to every named query whose result type is assignable to the given Java type.Methods in jakarta.persistence with parameters of type TypedQueryReference Modifier and Type Method Description <T> TypedQuery<T>
EntityManager. createQuery(TypedQueryReference<T> reference)
Create an instance ofTypedQuery
for executing a named query written in the Jakarta Persistence query language or in native SQL.
-