Package | Description |
---|---|
org.springframework.data.querydsl.binding |
Base classes to implement CDI support for repositories.
|
Modifier and Type | Method and Description |
---|---|
QuerydslBindings |
QuerydslBindingsFactory.createBindingsFor(TypeInformation<?> domainType)
Creates the
QuerydslBindings to be used using for the given domain type. |
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 . |
QuerydslBindings |
QuerydslBindings.excludeUnlistedProperties(boolean excludeUnlistedProperties)
Returns whether to exclude all properties for which no explicit binding has been defined or it has been explicitly
allowed.
|
Modifier and Type | Method and Description |
---|---|
void |
QuerydslBinderCustomizer.customize(QuerydslBindings bindings,
T root)
Customize the
QuerydslBindings for the given root. |
com.querydsl.core.types.Predicate |
QuerydslPredicateBuilder.getPredicate(TypeInformation<?> type,
MultiValueMap<String,String> values,
QuerydslBindings bindings)
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.