Java org.springframework.data.gemfire.repository.query QueryBuilder fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

QueryBuilder(GemfirePersistentEntity entity, PartTree tree)
Constructs a new instance of QueryBuilder initialized with the given GemfirePersistentEntity and PartTree used to determine the Region to query and whether the query should capture unique results.