Package | Description |
---|---|
org.springframework.data.gemfire.config.annotation | |
org.springframework.data.gemfire.mapping |
Modifier and Type | Method and Description |
---|---|
protected GemfireMappingContext |
EntityDefinedRegionsConfiguration.resolveMappingContext()
Resolves the
mapping context by returning the configured
mapping context if present, or attempts to lookup
the mapping context from the configured BeanFactory . |
Modifier and Type | Method and Description |
---|---|
protected Optional<GemfireMappingContext> |
PdxConfiguration.resolveMappingContext()
Returns any configured
GemfireMappingContext registered in the BeanFactory . |
Modifier and Type | Method and Description |
---|---|
protected GemfireMappingContext |
MappingPdxSerializer.getMappingContext()
Returns a reference to the configured
mapping context used to handling mapping
logic between GemFire persistent entities and application domain object types . |
Modifier and Type | Method and Description |
---|---|
static MappingPdxSerializer |
MappingPdxSerializer.create(GemfireMappingContext mappingContext)
Factory method used to construct a new instance of
MappingPdxSerializer initialized with
the given mapping context supplying entity mapping meta-data,
using a provided, default ConversionService . |
static MappingPdxSerializer |
MappingPdxSerializer.create(GemfireMappingContext mappingContext,
ConversionService conversionService)
Factory method used to construct a new instance of
MappingPdxSerializer initialized with
the given mapping context and conversion service . |
Constructor and Description |
---|
MappingPdxSerializer(GemfireMappingContext mappingContext,
ConversionService conversionService)
Constructs a new instance of
MappingPdxSerializer initialized with the given
GemfireMappingContext and ConversionService . |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.