Java org.springframework.data.gemfire.repository.support GemfireRepositoryFactory fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

GemfireRepositoryFactory(@NonNull Iterable> regions, @NonNull MappingContext, GemfirePersistentProperty> mappingContext)
Constructs a new instance of GemfireRepositoryFactory initialized with the given collection of configured Region Regions and the MappingContext .

Method

TgetRepository(Class repositoryInterface, Object customImplementation)
Returns a repository instance for the given interface backed by a single instance providing implementation logic for custom logic.