Uses of Interface
org.springframework.data.querydsl.binding.QuerydslBinderCustomizer
Package
Description
Base classes to implement CDI support for repositories.
-
Uses of QuerydslBinderCustomizer in org.springframework.data.querydsl.binding
Modifier and TypeInterfaceDescriptioninterface
A component forQuerydslBindings
customization acting as default customizer the given entity path regardless of the domain type.Modifier and TypeMethodDescriptionQuerydslBindingsFactory.createBindingsFor
(TypeInformation<?> domainType, Class<? extends QuerydslBinderCustomizer<?>> customizer) Creates theQuerydslBindings
to be used using for the given domain type and a pre-definedQuerydslBinderCustomizer
.