| Package | Description |
|---|---|
| org.springframework.data.gemfire.mapping | |
| org.springframework.data.gemfire.repository.query | |
| org.springframework.data.gemfire.repository.support |
| Modifier and Type | Method and Description |
|---|---|
protected <T> GemfirePersistentEntity<T> |
GemfireMappingContext.createPersistentEntity(TypeInformation<T> typeInformation) |
protected GemfirePersistentEntity<?> |
MappingPdxSerializer.getPersistentEntity(Class<?> entityType)
Looks up and returns the PersistentEntity meta-data for the given entity class type.
|
| Modifier and Type | Method and Description |
|---|---|
protected GemfirePersistentProperty |
GemfireMappingContext.createPersistentProperty(Field field,
PropertyDescriptor descriptor,
GemfirePersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
| Constructor and Description |
|---|
Regions(Iterable<com.gemstone.gemfire.cache.Region<?,?>> regions,
MappingContext<? extends GemfirePersistentEntity<?>,?> context)
|
| Modifier and Type | Method and Description |
|---|---|
GemfirePersistentEntity<?> |
GemfireQueryMethod.getPersistentEntity()
Returns the
GemfirePersistentEntity the method deals with. |
| Constructor and Description |
|---|
DefaultGemfireEntityInformation(GemfirePersistentEntity<T> entity)
Creates a new
DefaultGemfireEntityInformation. |
| Constructor and Description |
|---|
GemfireQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> context)
|
| Modifier and Type | Method and Description |
|---|---|
protected MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> |
GemfireRepositoryFactoryBean.getGemfireMappingContext()
Gets a reference to the
MappingContext used to perform domain object type to store mappings. |
| Modifier and Type | Method and Description |
|---|---|
void |
GemfireRepositoryFactoryBean.setGemfireMappingContext(MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> mappingContext)
Configures the
MappingContext used to perform domain object type to store mappings. |
| Constructor and Description |
|---|
GemfireRepositoryFactory(Iterable<com.gemstone.gemfire.cache.Region<?,?>> regions,
MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> context)
Creates a new
GemfireRepositoryFactory. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.