| Package | Description |
|---|---|
| org.springframework.data.querydsl.binding |
Base classes to implement CDI support for repositories.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QuerydslBinderCustomizerDefaults
A component for
QuerydslBindings customization acting as default customizer the given entity path regardless
of the domain type. |
| Modifier and Type | Method and Description |
|---|---|
QuerydslBindings |
QuerydslBindingsFactory.createBindingsFor(TypeInformation<?> domainType,
Class<? extends QuerydslBinderCustomizer<?>> customizer)
Creates the
QuerydslBindings to be used using for the given domain type and a pre-defined
QuerydslBinderCustomizer. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.