Uses of Class
org.synyx.hades.domain.Specifications

Packages that use Specifications
org.synyx.hades.domain   
 

Uses of Specifications in org.synyx.hades.domain
 

Methods in org.synyx.hades.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.
 



Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.