Uses of Class
org.springframework.data.querydsl.binding.QuerydslBindings.AliasingPathBinder
Package
Description
Base classes to implement CDI support for repositories.
-
Uses of QuerydslBindings.AliasingPathBinder in org.springframework.data.querydsl.binding
Modifier and TypeMethodDescriptionAliases the current binding to be available under the given path.final <T extends com.querydsl.core.types.Path<S>,
S>
QuerydslBindings.AliasingPathBinder<T,S> QuerydslBindings.bind
(T path) Returns anQuerydslBindings.AliasingPathBinder
for the givenPath
to define bindings for them.