Neo4j Enterprise

Uses of Class
org.neo4j.helpers.Specifications.AndSpecification

Packages that use Specifications.AndSpecification
org.neo4j.helpers Common Java utilities. 
 

Uses of Specifications.AndSpecification in org.neo4j.helpers
 

Methods in org.neo4j.helpers that return Specifications.AndSpecification
static
<T> Specifications.AndSpecification<T>
Specifications.and(Iterable<Specification<T>> specifications)
           
 Specifications.AndSpecification<T> Specifications.AndSpecification.and(Specification<T>... specifications)
           
 Specifications.AndSpecification<T> Specifications.OrSpecification.and(Specification<T>... specifications)
           
static
<T> Specifications.AndSpecification<T>
Specifications.and(Specification<T>... specifications)
           
 


Neo4j Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.