Spring Data Jpa

Uses of Package
org.springframework.data.jpa.domain

Packages that use org.springframework.data.jpa.domain
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. 
 

Classes in org.springframework.data.jpa.domain used by org.springframework.data.jpa.domain
AbstractPersistable
          Abstract base class for entities.
Specification
          Specification in the sense of Domain Driven Design.
Specifications
          Helper class to easily combine Specification instances.
 

Classes in org.springframework.data.jpa.domain used by org.springframework.data.jpa.repository
Specification
          Specification in the sense of Domain Driven Design.
 

Classes in org.springframework.data.jpa.domain used by org.springframework.data.jpa.repository.support
Specification
          Specification in the sense of Domain Driven Design.
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.