Uses of Package
org.springframework.data.jpa.domain
Packages that use org.springframework.data.jpa.domain
Package
Description
JPA specific support classes to implement domain classes.
Interfaces and annotations for JPA specific repositories.
JPA repository implementations.
-
Classes in org.springframework.data.jpa.domain used by org.springframework.data.jpa.domainClassDescriptionAbstract base class for entities.Sort option for queries that wraps JPA meta-model
Attribute
s for sorting.CustomSort.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.Value object to abstract a collection ofAttribute
s.Specification in the sense of Domain Driven Design. -
Classes in org.springframework.data.jpa.domain used by org.springframework.data.jpa.repository
-