Modifier and Type | Method and Description |
---|---|
protected void |
IndexConfiguration.registerIndexBeanDefinition(AnnotationAttributes enableIndexingAttributes,
GemfirePersistentEntity<?> persistentEntity,
GemfirePersistentProperty persistentProperty,
IndexType indexType,
Annotation indexAnnotation,
BeanDefinitionRegistry registry)
Registers an Index of the given
IndexType for the GemfirePersistentProperty
on the GemfirePersistentEntity using the Annotation meta-data to define the Index. |
protected void |
IndexConfiguration.registerLuceneIndexBeanDefinition(AnnotationAttributes enableIndexingAttributes,
GemfirePersistentEntity<?> persistentEntity,
GemfirePersistentProperty persistentProperty,
Annotation luceneIndexAnnotation,
BeanDefinitionRegistry registry)
Registers a
LuceneIndex for the GemfirePersistentProperty on the GemfirePersistentEntity
using the Annotation meta-data to define the Index. |
Modifier and Type | Method and Description |
---|---|
protected GemfirePersistentProperty |
GemfireMappingContext.createPersistentProperty(Property property,
GemfirePersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
protected GemfirePersistentProperty |
GemfirePersistentEntity.returnPropertyIfBetterIdPropertyCandidateOrNull(GemfirePersistentProperty property) |
Modifier and Type | Method and Description |
---|---|
protected Association<GemfirePersistentProperty> |
GemfirePersistentProperty.createAssociation() |
Modifier and Type | Method and Description |
---|---|
protected GemfirePersistentProperty |
GemfirePersistentEntity.returnPropertyIfBetterIdPropertyCandidateOrNull(GemfirePersistentProperty property) |
Constructor and Description |
---|
GemfirePersistentProperty(Property property,
PersistentEntity<?,GemfirePersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder)
Constructs an instance of
GemfirePersistentProperty initialized with entity persistent property
information (meta-data). |
Constructor and Description |
---|
GemfireQueryMethod(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)
|
Modifier and Type | Method and Description |
---|---|
protected MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> |
GemfireRepositoryFactoryBean.getGemfireMappingContext()
Returns a reference to the Spring Data
MappingContext used to perform application domain object type
to data store mappings. |
protected MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> |
GemfireRepositoryFactory.getMappingContext()
Returns a reference to the GemFire
MappingContext used to provide mapping meta-data
between entity types and the data store. |
protected MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> |
GemfireRepositoryFactoryBean.resolveGemfireMappingContext()
Attempts to resolve the
MappingContext used to map entities
to Apache Geode. |
Modifier and Type | Method and Description |
---|---|
void |
GemfireRepositoryFactoryBean.setGemfireMappingContext(MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> mappingContext)
Configures the
MappingContext used to perform application domain object type to data store mappings. |
Constructor and Description |
---|
GemfireRepositoryFactory(Iterable<org.apache.geode.cache.Region<?,?>> regions,
MappingContext<? extends GemfirePersistentEntity<?>,GemfirePersistentProperty> mappingContext)
Constructs a new instance of
GemfireRepositoryFactory initialized with the given collection
of configured Regions and the MappingContext . |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.