Java org.springframework.data.repository.query.parser PartTree fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.repository.query.parser PartTree fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.repository.query.parser PartTree.

The text is from its open source code.

Constructor

PartTree(String source, Class domainClass)
Creates a new PartTree by parsing the given String .

Method

StreamablegetParts()
Returns an Iterable of all parts contained in the PartTree .
SortgetSort()
Returns the Sort specification parsed from the source.