Class EclipseStoreQueryCreator<T>

java.lang.Object
org.springframework.data.repository.query.parser.AbstractQueryCreator<QueryExecutor<T>,AbstractCriteriaNode<T>>
software.xdev.spring.data.eclipse.store.repository.query.EclipseStoreQueryCreator<T>
Type Parameters:
T - of entities that are queried

@Nonnull public class EclipseStoreQueryCreator<T> extends org.springframework.data.repository.query.parser.AbstractQueryCreator<QueryExecutor<T>,AbstractCriteriaNode<T>>
Creates an QueryExecutor according to the given PartTree. This is done by building a tree with AbstractCriteriaNodes. Only the root of the tree is returned and therefore evaluated.