| Package | Description |
|---|---|
| org.springframework.data.jpa.domain |
JPA specific support classes to implement domain classes.
|
| Modifier and Type | Method and Description |
|---|---|
<U> JpaSort.Path<S,U> |
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. |
<U> JpaSort.Path<S,U> |
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 <T,S> JpaSort.Path<T,S> |
JpaSort.path(javax.persistence.metamodel.Attribute<T,S> attribute)
Creates a new
JpaSort.Path for the given Attribute. |
static <T,S> JpaSort.Path<T,S> |
JpaSort.path(javax.persistence.metamodel.PluralAttribute<T,?,S> attribute)
Creates a new
JpaSort.Path for the given PluralAttribute. |
| Constructor and Description |
|---|
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. |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.