Uses of Interface
org.springframework.data.querydsl.EntityPathResolver
Package
Description
Querydsl integration support classes.
Base classes to implement CDI support for repositories.
-
Uses of EntityPathResolver in org.springframework.data.querydsl
Modifier 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
Modifier and TypeMethodDescriptionQuerydslBindingsFactory.getEntityPathResolver()
Returns theEntityPathResolver
used by the factory.ModifierConstructorDescriptionQuerydslBindingsFactory
(EntityPathResolver entityPathResolver) Creates a newQuerydslBindingsFactory
using the givenEntityPathResolver
.QuerydslPredicateBuilder
(org.springframework.core.convert.ConversionService conversionService, EntityPathResolver resolver)