Spring Data Jpa

Package org.springframework.data.jpa.domain

JPA specific support classes to implement domain classes.

See:
          Description

Interface Summary
Specification<T> Specification in the sense of Domain Driven Design.
 

Class Summary
AbstractAuditable<U,PK extends Serializable> Abstract base class for auditable entities.
AbstractPersistable<PK extends Serializable> Abstract base class for entities.
Specifications<T> Helper class to easily combine Specification instances.
 

Package org.springframework.data.jpa.domain Description

JPA specific support classes to implement domain classes.


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.