| Package | Description |
|---|---|
| org.springframework.data.jpa.domain |
JPA specific support classes to implement domain classes.
|
| org.springframework.data.jpa.repository |
Interfaces and annotations for JPA specific repositories.
|
| org.springframework.data.jpa.repository.support |
JPA repository implementations.
|
| Class and Description |
|---|
| AbstractPersistable
Abstract base class for entities.
|
| JpaSort
Sort option for queries that wraps JPA meta-model
Attributes for sorting. |
| JpaSort.JpaOrder
Custom
Order that keeps a flag to indicate unsafe property handling, i.e. the String provided is not
necessarily a property but can be an arbitrary expression piped into the query execution. |
| JpaSort.Path
Value object to abstract a collection of
Attributes. |
| Specification
Specification in the sense of Domain Driven Design.
|
| Specifications
Deprecated.
since 2.0, use factory methods on
Specification instead. |
| Class and Description |
|---|
| Specification
Specification in the sense of Domain Driven Design.
|
| Class and Description |
|---|
| Specification
Specification in the sense of Domain Driven Design.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.