public interface QuerydslBinderCustomizer<T extends com.querydsl.core.types.EntityPath<?>>
QuerydslBindings
for the given entity path.Modifier and Type | Method and Description |
---|---|
void |
customize(QuerydslBindings bindings,
T root)
Customize the
QuerydslBindings for the given root. |
void customize(QuerydslBindings bindings, T root)
QuerydslBindings
for the given root.bindings
- the QuerydslBindings
to customize, will never be null.root
- the entity root, will never be null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.