| Package | Description |
|---|---|
| org.springframework.data.jpa.domain |
JPA specific support classes to implement domain classes.
|
| Modifier and Type | Method and Description |
|---|---|
JpaSort |
JpaSort.and(Sort.Direction direction,
javax.persistence.metamodel.Attribute<?,?>... attributes)
Returns a new
JpaSort with the given sorting criteria added to the current one. |
JpaSort |
JpaSort.and(Sort.Direction direction,
JpaSort.Path<?,?>... paths)
Returns a new
JpaSort with the given sorting criteria added to the current one. |
JpaSort |
JpaSort.andUnsafe(Sort.Direction direction,
String... properties)
Returns a new
JpaSort with the given sorting criteria added to the current one. |
static JpaSort |
JpaSort.unsafe(Sort.Direction direction,
List<String> properties)
Creates new unsafe
JpaSort based on given Direction and properties. |
static JpaSort |
JpaSort.unsafe(Sort.Direction direction,
String... properties)
Creates new unsafe
JpaSort based on given Direction and properties. |
static JpaSort |
JpaSort.unsafe(String... properties)
Creates new unsafe
JpaSort based on given properties. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.