public class GemfireMappingContext extends org.springframework.data.mapping.context.AbstractMappingContext<GemfirePersistentEntity<?>,GemfirePersistentProperty>
Constructor and Description |
---|
GemfireMappingContext() |
Modifier and Type | Method and Description |
---|---|
protected <T> GemfirePersistentEntity<?> |
createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) |
protected GemfirePersistentProperty |
createPersistentProperty(Field field,
PropertyDescriptor descriptor,
GemfirePersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
addPersistentEntity, addPersistentEntity, afterPropertiesSet, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrict, shouldCreatePersistentEntityFor
protected <T> GemfirePersistentEntity<?> createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
createPersistentEntity
in class org.springframework.data.mapping.context.AbstractMappingContext<GemfirePersistentEntity<?>,GemfirePersistentProperty>
protected GemfirePersistentProperty createPersistentProperty(Field field, PropertyDescriptor descriptor, GemfirePersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
createPersistentProperty
in class org.springframework.data.mapping.context.AbstractMappingContext<GemfirePersistentEntity<?>,GemfirePersistentProperty>