Class PartTree.OrPart

java.lang.Object
org.springframework.data.repository.query.parser.PartTree.OrPart
All Implemented Interfaces:
Iterable<Part>, Supplier<Stream<Part>>, Streamable<Part>
Enclosing class:
PartTree

public static class PartTree.OrPart extends Object implements Streamable<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.