Jakarta Persistence (JPA) Method
CriteriaQuery<T> createQuery(
Class<T> resultClass
)
Create a
CriteriaQuery<T>
object with the given result type.
- Parameters:
-
resultClass- type of the query result
- Returns:
- criteria query object.
- Since:
- Jakarta Persistence (JPA) 1.0