Interface QuerydslBinderCustomizerDefaults

All Superinterfaces:
QuerydslBinderCustomizer<com.querydsl.core.types.EntityPath<?>>

public interface QuerydslBinderCustomizerDefaults extends QuerydslBinderCustomizer<com.querydsl.core.types.EntityPath<?>>
A component for QuerydslBindings customization acting as default customizer the given entity path regardless of the domain type. Instances can be registered with the application context to be applied.
Since:
2.5
Author:
Mark Paluch