Uses of Class
org.springframework.data.gemfire.mapping.GemfirePersistentProperty
Package
Description
-
Uses of GemfirePersistentProperty in org.springframework.data.gemfire.config.annotation
Modifier and TypeMethodDescriptionprotected void
IndexConfiguration.registerIndexBeanDefinition
(AnnotationAttributes enableIndexingAttributes, GemfirePersistentEntity<?> persistentEntity, GemfirePersistentProperty persistentProperty, IndexType indexType, Annotation indexAnnotation, BeanDefinitionRegistry registry) Registers an Index of the givenIndexType
for theGemfirePersistentProperty
on theGemfirePersistentEntity
using theAnnotation
meta-data to define the Index.protected void
IndexConfiguration.registerLuceneIndexBeanDefinition
(AnnotationAttributes enableIndexingAttributes, GemfirePersistentEntity<?> persistentEntity, GemfirePersistentProperty persistentProperty, Annotation luceneIndexAnnotation, BeanDefinitionRegistry registry) Registers aLuceneIndex
for theGemfirePersistentProperty
on theGemfirePersistentEntity
using theAnnotation
meta-data to define the Index. -
Uses of GemfirePersistentProperty in org.springframework.data.gemfire.mapping
Modifier and TypeMethodDescriptionprotected GemfirePersistentProperty
GemfireMappingContext.createPersistentProperty
(Property property, GemfirePersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder) protected GemfirePersistentProperty
GemfirePersistentEntity.returnPropertyIfBetterIdPropertyCandidateOrNull
(GemfirePersistentProperty property) Modifier and TypeMethodDescriptionprotected Association<GemfirePersistentProperty>
GemfirePersistentProperty.createAssociation()
Modifier and TypeMethodDescriptionprotected GemfirePersistentProperty
GemfirePersistentEntity.returnPropertyIfBetterIdPropertyCandidateOrNull
(GemfirePersistentProperty property) ModifierConstructorDescriptionGemfirePersistentProperty
(Property property, PersistentEntity<?, GemfirePersistentProperty> owner, SimpleTypeHolder simpleTypeHolder) Constructs an instance ofGemfirePersistentProperty
initialized with entity persistent property information (meta-data). -
Uses of GemfirePersistentProperty in org.springframework.data.gemfire.repository.query
ModifierConstructorDescriptionGemfireQueryMethod
(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty> mappingContext) GemfireQueryMethod
(Method method, RepositoryMetadata metadata, ProjectionFactory projectionFactory, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty> mappingContext, QueryMethodEvaluationContextProvider evaluationContextProvider) -
Uses of GemfirePersistentProperty in org.springframework.data.gemfire.repository.support
Modifier and TypeMethodDescriptionprotected MappingContext<? extends GemfirePersistentEntity<?>,
GemfirePersistentProperty> GemfireRepositoryFactoryBean.getGemfireMappingContext()
Returns a reference to the Spring DataMappingContext
used to perform application domain object type to data store mappings.protected MappingContext<? extends GemfirePersistentEntity<?>,
GemfirePersistentProperty> GemfireRepositoryFactory.getMappingContext()
Returns a reference to the GemFireMappingContext
used to provide mapping meta-data betweenentity types
and the data store.protected MappingContext<? extends GemfirePersistentEntity<?>,
GemfirePersistentProperty> GemfireRepositoryFactoryBean.resolveGemfireMappingContext()
Attempts to resolve theMappingContext
used to mapentities
to Apache Geode.Modifier and TypeMethodDescriptionvoid
GemfireRepositoryFactoryBean.setGemfireMappingContext
(MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty> mappingContext) Configures theMappingContext
used to perform application domain object type to data store mappings.ModifierConstructorDescriptionGemfireRepositoryFactory
(Iterable<Region<?, ?>> regions, MappingContext<? extends GemfirePersistentEntity<?>, GemfirePersistentProperty> mappingContext) Constructs a new instance ofGemfireRepositoryFactory
initialized with the given collection of configuredRegions
and theMappingContext
.