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.
AbstractAuditable_  
AbstractPersistable<PK extends Serializable> Abstract base class for entities.
AbstractPersistable_  
JpaSort Sort option for queries that wraps JPA meta-model Attributes for sorting.
JpaSort.Path<T,S> Value object to abstract a collection of Attributes.
QAbstractAuditable QAbstractAuditable is a Querydsl query type for AbstractAuditable
QAbstractPersistable QAbstractPersistable is a Querydsl query type for AbstractPersistable
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-2014-2014 Pivotal Software, Inc.. All Rights Reserved.