| Modifier and Type | Method and Description |
|---|---|
<A extends javax.persistence.metamodel.Attribute<S,U>,U> |
dot(A attribute)
Collects the given
Attribute and returning a new JpaSort.Path pointing to the attribute type. |
<P extends javax.persistence.metamodel.PluralAttribute<S,?,U>,U> |
dot(P attribute)
Collects the given
PluralAttribute and returning a new JpaSort.Path pointing to the attribute type. |
String |
toString() |
public <A extends javax.persistence.metamodel.Attribute<S,U>,U> JpaSort.Path<S,U> dot(A attribute)
Attribute and returning a new JpaSort.Path pointing to the attribute type.attribute - must not be null.public <P extends javax.persistence.metamodel.PluralAttribute<S,?,U>,U> JpaSort.Path<S,U> dot(P attribute)
PluralAttribute and returning a new JpaSort.Path pointing to the attribute type.attribute - must not be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.