Interface QuerydslBinderCustomizer<T extends com.querydsl.core.types.EntityPath<?>>
- All Known Subinterfaces:
QuerydslBinderCustomizerDefaults
public interface QuerydslBinderCustomizer<T extends com.querydsl.core.types.EntityPath<?>>
A component that will customize
QuerydslBindings
for the given entity path.- Since:
- 1.11
- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(QuerydslBindings bindings, T root) Customize theQuerydslBindings
for the given root.
-
Method Details
-
customize
Customize theQuerydslBindings
for the given root.- Parameters:
bindings
- theQuerydslBindings
to customize, will never be null.root
- the entity root, will never be null.
-