Spring Data Commons

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
 Iterable<Part> PartTree.getParts()
          Returns an Iterable of all parts contained in the PartTree.
 Iterable<Part> PartTree.getParts(Part.Type type)
          Returns all PartTree.OrParts of the PartTree of the given Part.Type.
 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, Iterator<Object> 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, Iterator<Object> iterator)
          Creates a new atomic instance of the criteria object.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.