Package org.springframework.data.repository.query.parser
@NonNullApi
package org.springframework.data.repository.query.parser
Support classes for parsing queries from method names.
-
ClassDescriptionAbstractQueryCreator<T,
S> Base class for query creators that create criteria based queries from aPartTree
.A single part of a method name that has to be transformed into a query part.The various types of ignore case that are supported.The type of a method name part.Class to parse aString
into a tree orPartTree.OrPart
s consisting of simplePart
instances in turn.A part of the parsed source that results from splitting up the resource around Or keywords.