org.springframework.data.gemfire.repository.support
Class GemfireRepositoryFactory
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.springframework.data.gemfire.repository.support.GemfireRepositoryFactory
- All Implemented Interfaces:
- Aware, BeanClassLoaderAware
public class GemfireRepositoryFactory
- extends org.springframework.data.repository.core.support.RepositoryFactorySupport
RepositoryFactorySupport implementation creating repository proxies
for Gemfire.
| Nested classes/interfaces inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport |
org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor |
| Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport |
addQueryCreationListener, addRepositoryProxyPostProcessor, getQueryMethods, getRepository, getRepository, getRepositoryInformation, setBeanClassLoader, setNamedQueries, setQueryLookupStrategyKey, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GemfireRepositoryFactory
public GemfireRepositoryFactory(Iterable<com.gemstone.gemfire.cache.Region<?,?>> regions,
org.springframework.data.mapping.context.MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> context)
- Creates a new
GemfireRepositoryFactory.
- Parameters:
regions - must not be null.context - the MappingContext used by the constructed Repository for mapping entities
to the underlying data store.
getEntityInformation
public <T,ID extends Serializable> GemfireEntityInformation<T,ID> getEntityInformation(Class<T> domainClass)
- Specified by:
getEntityInformation in class org.springframework.data.repository.core.support.RepositoryFactorySupport
getTargetRepository
protected Object getTargetRepository(org.springframework.data.repository.core.RepositoryMetadata metadata)
- Specified by:
getTargetRepository in class org.springframework.data.repository.core.support.RepositoryFactorySupport
getRepositoryBaseClass
protected Class<?> getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)
- Specified by:
getRepositoryBaseClass in class org.springframework.data.repository.core.support.RepositoryFactorySupport
getQueryLookupStrategy
protected org.springframework.data.repository.query.QueryLookupStrategy getQueryLookupStrategy(org.springframework.data.repository.query.QueryLookupStrategy.Key key)
- Overrides:
getQueryLookupStrategy in class org.springframework.data.repository.core.support.RepositoryFactorySupport