Uses of Class
org.springframework.data.querydsl.binding.QuerydslBindings.PathBinder
Package
Description
Base classes to implement CDI support for repositories.
-
Uses of QuerydslBindings.PathBinder in org.springframework.data.querydsl.binding
Modifier and TypeClassDescriptionclass
QuerydslBindings.AliasingPathBinder<P extends com.querydsl.core.types.Path<? extends T>,
T> A specialQuerydslBindings.PathBinder
that additionally registers the binding under a dedicated alias.Modifier and TypeMethodDescriptionfinal <T extends com.querydsl.core.types.Path<S>,
S>
QuerydslBindings.PathBinder<T,S> QuerydslBindings.bind
(T... paths) Returns a newQuerydslBindings.PathBinder
for the givenPath
s to define bindings for them.