public class GemfireMappingContext extends org.springframework.data.mapping.context.AbstractMappingContext<GemfirePersistentEntity<?>,GemfirePersistentProperty>
AbstractMappingContext
implementation defining entity mapping meta-data
for GemFire persistent entities.AbstractMappingContext
Constructor and Description |
---|
GemfireMappingContext()
Constructs a GemfireMappingContext with a GemfireSimpleTypeHolder.
|
Modifier and Type | Method and Description |
---|---|
protected <T> GemfirePersistentEntity<T> |
createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) |
protected GemfirePersistentProperty |
createPersistentProperty(org.springframework.data.mapping.model.Property property,
GemfirePersistentEntity<?> owner,
org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) |
addPersistentEntity, addPersistentEntity, afterPropertiesSet, doFindPersistentPropertyPaths, findPersistentPropertyPaths, getManagedTypes, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, getPersistentPropertyPath, hasPersistentEntityFor, initialize, setApplicationContext, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrict, shouldCreatePersistentEntityFor
public GemfireMappingContext()
GemfireSimpleTypeHolder
protected <T> GemfirePersistentEntity<T> createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation)
createPersistentEntity
in class org.springframework.data.mapping.context.AbstractMappingContext<GemfirePersistentEntity<?>,GemfirePersistentProperty>
AbstractMappingContext.createPersistentEntity(org.springframework.data.util.TypeInformation)
protected GemfirePersistentProperty createPersistentProperty(org.springframework.data.mapping.model.Property property, GemfirePersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder)
createPersistentProperty
in class org.springframework.data.mapping.context.AbstractMappingContext<GemfirePersistentEntity<?>,GemfirePersistentProperty>
AbstractMappingContext.createPersistentProperty(Property, MutablePersistentEntity, SimpleTypeHolder)
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.