Spring Data for VMware GemFire
Class GemfireMappingContext
java.lang.Object
org.springframework.data.mapping.context.AbstractMappingContext<GemfirePersistentEntity<?>,GemfirePersistentProperty>
 
org.springframework.data.gemfire.mapping.GemfireMappingContext
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware,- org.springframework.beans.factory.InitializingBean,- org.springframework.context.ApplicationContextAware,- org.springframework.context.ApplicationEventPublisherAware,- org.springframework.data.mapping.context.MappingContext<GemfirePersistentEntity<?>,- GemfirePersistentProperty> 
public class GemfireMappingContext
extends org.springframework.data.mapping.context.AbstractMappingContext<GemfirePersistentEntity<?>,GemfirePersistentProperty> 
Spring Data 
AbstractMappingContext implementation defining entity mapping meta-data
 for GemFire persistent entities.- See Also:
- 
- AbstractMappingContext
 
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a GemfireMappingContext with a GemfireSimpleTypeHolder.
- 
Method SummaryModifier and TypeMethodDescriptionprotected <T> GemfirePersistentEntity<T>createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) protected GemfirePersistentPropertycreatePersistentProperty(org.springframework.data.mapping.model.Property property, GemfirePersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) Methods inherited from class org.springframework.data.mapping.context.AbstractMappingContextaddPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationContext, setApplicationEventPublisher, setInitialEntitySet, setManagedTypes, setSimpleTypeHolder, setStrict, shouldCreatePersistentEntityForMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.mapping.context.MappingContextgetRequiredPersistentEntity, getRequiredPersistentEntity, getRequiredPersistentEntity
- 
Constructor Details- 
GemfireMappingContextpublic GemfireMappingContext()Constructs a GemfireMappingContext with a GemfireSimpleTypeHolder.- See Also:
 
 
- 
- 
Method Details- 
createPersistentEntityprotected <T> GemfirePersistentEntity<T> createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) - Specified by:
- createPersistentEntityin class- org.springframework.data.mapping.context.AbstractMappingContext<GemfirePersistentEntity<?>,- GemfirePersistentProperty> 
 
- 
createPersistentPropertyprotected GemfirePersistentProperty createPersistentProperty(org.springframework.data.mapping.model.Property property, GemfirePersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) - Specified by:
- createPersistentPropertyin class- org.springframework.data.mapping.context.AbstractMappingContext<GemfirePersistentEntity<?>,- GemfirePersistentProperty> 
 
 
- 
