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.
Query implementation to execute queries against JPA.
JPA repository implementations.
-
Classes in org.springframework.data.jpa.domain used by org.springframework.data.jpa.domainClassDescriptionAbstract base class for entities.Specification in the sense of Domain Driven Design to handle Criteria Deletes.Sort option for queries that wraps JPA metamodel
Attributes for sorting.CustomSort.Orderthat 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 ofAttributes.Specification in the sense of Domain Driven Design.Specification in the sense of Domain Driven Design.Specification in the sense of Domain Driven Design to handle Criteria Updates.Simplified extension toUpdateSpecificationthat only considers theUPDATEpart without specifying a predicate. -
Classes in org.springframework.data.jpa.domain used by org.springframework.data.jpa.repositoryClassDescriptionSpecification in the sense of Domain Driven Design to handle Criteria Deletes.Specification in the sense of Domain Driven Design.Specification in the sense of Domain Driven Design.Specification in the sense of Domain Driven Design to handle Criteria Updates.
-
Classes in org.springframework.data.jpa.domain used by org.springframework.data.jpa.repository.query
-
Classes in org.springframework.data.jpa.domain used by org.springframework.data.jpa.repository.supportClassDescriptionSpecification in the sense of Domain Driven Design to handle Criteria Deletes.Specification in the sense of Domain Driven Design.Specification in the sense of Domain Driven Design to handle Criteria Updates.