Spring Data Solr

Uses of Class
org.springframework.data.solr.core.query.Criteria.OperationKey

Packages that use Criteria.OperationKey
org.springframework.data.solr.core.query   
 

Uses of Criteria.OperationKey in org.springframework.data.solr.core.query
 

Methods in org.springframework.data.solr.core.query that return Criteria.OperationKey
static Criteria.OperationKey Criteria.OperationKey.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Criteria.OperationKey[] Criteria.OperationKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.springframework.data.solr.core.query with parameters of type Criteria.OperationKey
Criteria.CriteriaEntry(Criteria.OperationKey key, Object value)
           
 


Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.