| Package | Description |
|---|---|
| org.springframework.data.querydsl |
Querydsl integration support classes.
|
| org.springframework.data.querydsl.binding |
Base classes to implement CDI support for repositories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleEntityPathResolver
Simple implementation of
EntityPathResolver to lookup a query class by reflection and using the static field
of the same type. |
| Modifier and Type | Method and Description |
|---|---|
EntityPathResolver |
QuerydslBindingsFactory.getEntityPathResolver()
Returns the
EntityPathResolver used by the factory. |
| Constructor and Description |
|---|
QuerydslBindingsFactory(EntityPathResolver entityPathResolver)
Creates a new
QuerydslBindingsFactory using the given EntityPathResolver. |
QuerydslPredicateBuilder(ConversionService conversionService,
EntityPathResolver resolver)
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.