Uses of Interface
org.springframework.data.querydsl.binding.OptionalValueBinding
Package
Description
Base classes to implement CDI support for repositories.
-
Uses of OptionalValueBinding in org.springframework.data.querydsl.binding
Modifier and TypeMethodDescriptionvoid
QuerydslBindings.PathBinder.firstOptional
(OptionalValueBinding<P, T> binding) Defines the givenSingleValueBinding
to be used for the paths.<P extends com.querydsl.core.types.Path<T>>
voidQuerydslBindings.TypeBinder.firstOptional
(OptionalValueBinding<P, T> binding) Configures the givenSingleValueBinding
to be used for the current type.