Uses of Interface
jakarta.persistence.TypedQueryReference
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of TypedQueryReference in jakarta.persistence
Modifier and TypeMethodDescription<R> Map<String,
TypedQueryReference<R>> EntityManagerFactory.getNamedQueries
(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.Modifier and TypeMethodDescription<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.