Spring Data Commons

org.springframework.data.repository.query.parser
Class PartTree.OrPart

java.lang.Object
  extended by org.springframework.data.repository.query.parser.PartTree.OrPart
All Implemented Interfaces:
Iterable<Part>
Enclosing class:
PartTree

public static class PartTree.OrPart
extends Object
implements Iterable<Part>

A part of the parsed source that results from splitting up the resource around Or keywords. Consists of Parts that have to be concatenated by And.


Method Summary
 Iterator<Part> iterator()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

iterator

public Iterator<Part> iterator()
Specified by:
iterator in interface Iterable<Part>

toString

public String toString()
Overrides:
toString in class Object

Spring Data Commons

Copyright © 2012. All Rights Reserved.