Spring Data Commmons

Uses of Class
org.springframework.data.repository.query.parser.Part

Packages that use Part
org.springframework.data.repository.query.parser Support classes for parsing queries from method names. 
 

Uses of Part in org.springframework.data.repository.query.parser
 

Methods in org.springframework.data.repository.query.parser that return types with arguments of type Part
 Iterator<Part> PartTree.OrPart.iterator()
           
 

Methods in org.springframework.data.repository.query.parser with parameters of type Part
protected abstract  S AbstractQueryCreator.and(Part part, S base, SimpleParameterAccessor.BindableParameterIterator iterator)
          Creates a new criteria object from the given part and and-concatenates it to the given base criteria.
protected abstract  S AbstractQueryCreator.create(Part part, SimpleParameterAccessor.BindableParameterIterator iterator)
          Creates a new atomic instance of the criteria object.
 


Spring Data Commmons

Copyright © 2011. All Rights Reserved.