Class PartTree.OrPart
java.lang.Object
org.springframework.data.repository.query.parser.PartTree.OrPart
- Enclosing class:
- PartTree
A part of the parsed source that results from splitting up the resource around Or keywords. Consists of
Part
s that have to be concatenated by And.