Spring Data MongoDB

org.springframework.data.mongodb.core.mapping
Class SimpleMongoMappingContext

java.lang.Object
  extended by org.springframework.data.mapping.context.AbstractMappingContext<org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimpleMongoPersistentEntity<?>,MongoPersistentProperty>
      extended by org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext
All Implemented Interfaces:
EventListener, Aware, ApplicationContextAware, ApplicationEventPublisherAware, ApplicationListener<ContextRefreshedEvent>, MappingContext<org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimpleMongoPersistentEntity<?>,MongoPersistentProperty>

Deprecated. use MongoMappingContext instead.

@Deprecated
public class SimpleMongoMappingContext
extends AbstractMappingContext<org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimpleMongoPersistentEntity<?>,MongoPersistentProperty>

Author:
Oliver Gierke

Constructor Summary
SimpleMongoMappingContext()
          Deprecated.  
 
Method Summary
protected
<T> org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimpleMongoPersistentEntity<T>
createPersistentEntity(TypeInformation<T> typeInformation)
          Deprecated.  
protected  org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimplePersistentProperty createPersistentProperty(Field field, PropertyDescriptor descriptor, org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimpleMongoPersistentEntity<?> owner, SimpleTypeHolder simpleTypeHolder)
          Deprecated.  
 
Methods inherited from class org.springframework.data.mapping.context.AbstractMappingContext
addPersistentEntity, addPersistentEntity, getPersistentEntities, getPersistentEntity, getPersistentEntity, getPersistentEntity, getPersistentPropertyPath, initialize, onApplicationEvent, setApplicationContext, setApplicationEventPublisher, setInitialEntitySet, setSimpleTypeHolder, setStrict, shouldCreatePersistentEntityFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMongoMappingContext

public SimpleMongoMappingContext()
Deprecated. 
Method Detail

createPersistentEntity

protected <T> org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimpleMongoPersistentEntity<T> createPersistentEntity(TypeInformation<T> typeInformation)
Deprecated. 
Specified by:
createPersistentEntity in class AbstractMappingContext<org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimpleMongoPersistentEntity<?>,MongoPersistentProperty>

createPersistentProperty

protected org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimplePersistentProperty createPersistentProperty(Field field,
                                                                                                                                    PropertyDescriptor descriptor,
                                                                                                                                    org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimpleMongoPersistentEntity<?> owner,
                                                                                                                                    SimpleTypeHolder simpleTypeHolder)
Deprecated. 
Specified by:
createPersistentProperty in class AbstractMappingContext<org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext.SimpleMongoPersistentEntity<?>,MongoPersistentProperty>

Spring Data MongoDB

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.