| Package | Description |
|---|---|
| io.springlets.data.jpa.repository.support |
| Modifier and Type | Method and Description |
|---|---|
protected QueryDslRepositorySupportExt.AttributeMappingBuilder |
QueryDslRepositorySupportExt.buildMapper()
Creates a factory to easily build an attribute mapping to
real entity attribute names.
|
QueryDslRepositorySupportExt.AttributeMappingBuilder |
QueryDslRepositorySupportExt.AttributeMappingBuilder.map(String attribute,
com.querydsl.core.types.Path<?>... realAttributes)
Adds a mapping between a virtual attribute and one or more
real ones.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.querydsl.jpa.JPQLQuery<T> |
QueryDslRepositorySupportExt.applyPagination(org.springframework.data.domain.Pageable pageable,
com.querydsl.jpa.JPQLQuery<T> query,
QueryDslRepositorySupportExt.AttributeMappingBuilder mapping)
Applies the given
Pageable to the given JPQLQuery. |
Copyright © 2018 DISID Corporation. All rights reserved.