|
Spring Data JPA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.jpa.domain.JpaSort.Path<T,S>
public static class JpaSort.Path<T,S>
Value object to abstract a collection of Attributes.
| Method Summary | ||
|---|---|---|
|
dot(javax.persistence.metamodel.Attribute<S,U> attribute)
Collects the given Attribute and returning a new JpaSort.Path pointing to the attribute type. |
|
|
dot(javax.persistence.metamodel.PluralAttribute<S,?,U> attribute)
Collects the given Attribute and returning a new JpaSort.Path pointing to the attribute type. |
|
String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public <U> JpaSort.Path<S,U> dot(javax.persistence.metamodel.Attribute<S,U> attribute)
Attribute and returning a new JpaSort.Path pointing to the attribute type.
attribute - must not be null.
public <U> JpaSort.Path<S,U> dot(javax.persistence.metamodel.PluralAttribute<S,?,U> attribute)
Attribute and returning a new JpaSort.Path pointing to the attribute type.
attribute - must not be null.
public String toString()
toString in class Object
|
Spring Data JPA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||