Spring Data JPA

Uses of Class
org.springframework.data.jpa.domain.JpaSort.Path

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
<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.
 

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

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.