Uses of Interface
com.querydsl.jpa.QueryHandler
-
Packages that use QueryHandler Package Description com.querydsl.jpa JPA supportcom.querydsl.jpa.impl JPQL for JPAcom.querydsl.jpa.sql Native queries for JPA -
-
Uses of QueryHandler in com.querydsl.jpa
Classes in com.querydsl.jpa that implement QueryHandler Modifier and Type Class Description classDefaultQueryHandlerDefaultQueryHandleris the default implementation of theQueryHandlerinterfaceclassHibernateHandlerHibernateHandleris theQueryHandlerimplementation for HibernateFields in com.querydsl.jpa declared as QueryHandler Modifier and Type Field Description static QueryHandlerDefaultQueryHandler. DEFAULTMethods in com.querydsl.jpa that return QueryHandler Modifier and Type Method Description QueryHandlerJPQLTemplates. getQueryHandler()Constructors in com.querydsl.jpa with parameters of type QueryHandler Constructor Description JPQLTemplates(char escape, QueryHandler queryHandler) -
Uses of QueryHandler in com.querydsl.jpa.impl
Fields in com.querydsl.jpa.impl declared as QueryHandler Modifier and Type Field Description protected QueryHandlerAbstractJPAQuery. queryHandler -
Uses of QueryHandler in com.querydsl.jpa.sql
Fields in com.querydsl.jpa.sql declared as QueryHandler Modifier and Type Field Description protected QueryHandlerAbstractJPASQLQuery. queryHandlerConstructors in com.querydsl.jpa.sql with parameters of type QueryHandler Constructor Description AbstractJPASQLQuery(jakarta.persistence.EntityManager em, Configuration configuration, QueryHandler queryHandler)AbstractJPASQLQuery(jakarta.persistence.EntityManager em, Configuration configuration, QueryHandler queryHandler, QueryMetadata metadata)JPASQLQuery(jakarta.persistence.EntityManager entityManager, Configuration conf, QueryHandler queryHandler)JPASQLQuery(jakarta.persistence.EntityManager entityManager, Configuration conf, QueryHandler queryHandler, QueryMetadata metadata)
-