Package | Description |
---|---|
org.springframework.data.convert |
General purpose conversion framework to read objects from a data store abstraction and write it back.
|
org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
Modifier and Type | Method and Description |
---|---|
MappingContext<? extends E,P> |
EntityConverter.getMappingContext()
Returns the underlying
MappingContext used by the converter. |
Constructor and Description |
---|
DefaultTypeMapper(TypeAliasAccessor<S> accessor,
MappingContext<? extends PersistentEntity<?,?>,?> mappingContext,
List<? extends TypeInformationMapper> additionalMappers)
Creates a new
DefaultTypeMapper using the given TypeAliasAccessor , MappingContext and
additional TypeInformationMapper s. |
MappingContextTypeInformationMapper(MappingContext<? extends PersistentEntity<?,?>,?> mappingContext)
Creates a
MappingContextTypeInformationMapper from the given MappingContext . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMappingContext<E extends MutablePersistentEntity<?,P>,P extends PersistentProperty<P>>
Base class to build mapping metadata and thus create instances of
PersistentEntity and
PersistentProperty . |
Modifier and Type | Method and Description |
---|---|
boolean |
MappingContextEvent.wasEmittedBy(MappingContext<?,?> context)
Returns whether the
MappingContextEvent was triggered by the given MappingContext . |
Constructor and Description |
---|
MappingContextEvent(MappingContext<?,?> source,
E entity)
|
MappingContextIsNewStrategyFactory(MappingContext<? extends PersistentEntity<?,?>,?> context)
Creates a new
MappingContextIsNewStrategyFactory using the given MappingContext . |
Modifier and Type | Method and Description |
---|---|
protected void |
RepositoryFactoryBeanSupport.setMappingContext(MappingContext<?,?> mappingContext)
Configures the
MappingContext to be used to lookup PersistentEntity instances for
RepositoryFactoryBeanSupport.getPersistentEntity() . |
Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.