Uses of Interface
com.querydsl.jpa.QueryHandler
Packages that use QueryHandler
Package
Description
JPA support
JPQL for JPA
Native queries for JPA
-
Uses of QueryHandler in com.querydsl.jpa
Classes in com.querydsl.jpa that implement QueryHandlerModifier and TypeClassDescriptionfinal classDefaultQueryHandleris the default implementation of theQueryHandlerinterfaceclassHibernateHandleris theQueryHandlerimplementation for HibernateFields in com.querydsl.jpa declared as QueryHandlerMethods in com.querydsl.jpa that return QueryHandlerConstructors in com.querydsl.jpa with parameters of type QueryHandler -
Uses of QueryHandler in com.querydsl.jpa.impl
Fields in com.querydsl.jpa.impl declared as QueryHandler -
Uses of QueryHandler in com.querydsl.jpa.sql
Fields in com.querydsl.jpa.sql declared as QueryHandlerConstructors in com.querydsl.jpa.sql with parameters of type QueryHandlerModifierConstructorDescriptionAbstractJPASQLQuery(javax.persistence.EntityManager em, Configuration configuration, QueryHandler queryHandler) AbstractJPASQLQuery(javax.persistence.EntityManager em, Configuration configuration, QueryHandler queryHandler, QueryMetadata metadata) JPASQLQuery(javax.persistence.EntityManager entityManager, Configuration conf, QueryHandler queryHandler) JPASQLQuery(javax.persistence.EntityManager entityManager, Configuration conf, QueryHandler queryHandler, QueryMetadata metadata)