Class RelationalQueryCreator<T>

java.lang.Object
org.springframework.data.repository.query.parser.AbstractQueryCreator<T,Criteria>
org.springframework.data.relational.repository.query.RelationalQueryCreator<T>

public abstract class RelationalQueryCreator<T> extends AbstractQueryCreator<T,Criteria>
Implementation of AbstractQueryCreator that creates a query from a PartTree.
Since:
2.0
Author:
Roman Chigvintsev, Mark Paluch