Uses of Interface
org.springframework.data.querydsl.EntityPathResolver
Packages that use EntityPathResolver
Package
Description
Querydsl integration support classes.
Base classes to implement CDI support for repositories.
-
Uses of EntityPathResolver in org.springframework.data.querydsl
Classes in org.springframework.data.querydsl that implement EntityPathResolverModifier and TypeClassDescriptionclass
Simple implementation ofEntityPathResolver
to lookup a query class by reflection and using the static field of the same type. -
Uses of EntityPathResolver in org.springframework.data.querydsl.binding
Methods in org.springframework.data.querydsl.binding that return EntityPathResolverModifier and TypeMethodDescriptionQuerydslBindingsFactory.getEntityPathResolver()
Returns theEntityPathResolver
used by the factory.Constructors in org.springframework.data.querydsl.binding with parameters of type EntityPathResolverModifierConstructorDescriptionQuerydslBindingsFactory
(EntityPathResolver entityPathResolver) Creates a newQuerydslBindingsFactory
using the givenEntityPathResolver
.QuerydslPredicateBuilder
(ConversionService conversionService, EntityPathResolver resolver)