Spring Data Commons

Package org.springframework.data.repository.query.parser

Support classes for parsing queries from method names.

See:
          Description

Class Summary
AbstractQueryCreator<T,S> Base class for query creators that create criteria based queries from a PartTree.
OrderBySource Simple helper class to create a Sort instance from a method name end.
Part A single part of a method name that has to be transformed into a query part.
PartTree Class to parse a String into a tree or PartTree.OrParts consisting of simple PartTree.OrPart instances in turn.
PartTree.OrPart A part of the parsed source that results from splitting up the resource ar Or keywords.
Property Abstraction of a Property of a domain class.
 

Enum Summary
Part.Type The type of a method name part.
 

Package org.springframework.data.repository.query.parser Description

Support classes for parsing queries from method names.


Spring Data Commons

Copyright © 2011. All Rights Reserved.