|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JpaSort.Path | |
|---|---|
| org.springframework.data.jpa.domain | JPA specific support classes to implement domain classes. |
| Uses of JpaSort.Path in org.springframework.data.jpa.domain |
|---|
| Methods in org.springframework.data.jpa.domain that return JpaSort.Path | ||
|---|---|---|
|
JpaSort.Path.dot(javax.persistence.metamodel.Attribute<S,U> attribute)
Collects the given Attribute and returning a new JpaSort.Path pointing to the attribute type. |
|
|
JpaSort.Path.dot(javax.persistence.metamodel.PluralAttribute<S,?,U> attribute)
Collects the given Attribute and returning a new JpaSort.Path pointing to the attribute type. |
|
static
|
JpaSort.path(javax.persistence.metamodel.Attribute<T,S> attribute)
Creates a new JpaSort.Path for the given Attribute. |
|
static
|
JpaSort.path(javax.persistence.metamodel.PluralAttribute<T,?,S> attribute)
Creates a new JpaSort.Path for the given PluralAttribute. |
|
| Constructors in org.springframework.data.jpa.domain with parameters of type JpaSort.Path | |
|---|---|
JpaSort(JpaSort.Path<?,?>... paths)
Creates a new JpaSort instance with the given JpaSort.Paths. |
|
JpaSort(Sort.Direction direction,
JpaSort.Path<?,?>... paths)
Creates a new JpaSort for the given direction and JpaSort.Paths. |
|
|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||