Spring Data Jpa

Uses of Class
org.springframework.data.jpa.domain.Specifications

Packages that use Specifications
org.springframework.data.jpa.domain JPA specific support classes to implement domain classes. 
 

Uses of Specifications in org.springframework.data.jpa.domain
 

Methods in org.springframework.data.jpa.domain that return Specifications
 Specifications<T> Specifications.and(Specification<T> other)
          ANDs the given Specification to the current one.
static
<T> Specifications<T>
Specifications.not(Specification<T> spec)
          Negates the given Specification.
 Specifications<T> Specifications.or(Specification<T> other)
          ORs the given specification to the current one.
static
<T> Specifications<T>
Specifications.where(Specification<T> spec)
          Simple static factory method to add some syntactic sugar around a Specification.
 


Spring Data Jpa

Copyright © 2011-2012-2012 SpringSource. All Rights Reserved.