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

java.lang.Object
  extended by 
      extended by org.springframework.data.document.mongodb.mapping.SimpleMongoMappingContext

public class SimpleMongoMappingContext
extends

Author:
Oliver Gierke

Nested Class Summary
(package private) static class SimpleMongoMappingContext.SimpleMongoPersistentEntity<T>
           
(package private) static class SimpleMongoMappingContext.SimplePersistentProperty
           
 
Constructor Summary
SimpleMongoMappingContext()
           
 
Method Summary
protected
<T> SimpleMongoMappingContext.SimpleMongoPersistentEntity<T>
createPersistentEntity( typeInformation)
           
protected  SimpleMongoMappingContext.SimplePersistentProperty createPersistentProperty(java.lang.reflect.Field field, java.beans.PropertyDescriptor descriptor, SimpleMongoMappingContext.SimpleMongoPersistentEntity<?> owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMongoMappingContext

public SimpleMongoMappingContext()
Method Detail

createPersistentEntity

protected <T> SimpleMongoMappingContext.SimpleMongoPersistentEntity<T> createPersistentEntity( typeInformation)

createPersistentProperty

protected SimpleMongoMappingContext.SimplePersistentProperty createPersistentProperty(java.lang.reflect.Field field,
                                                                                      java.beans.PropertyDescriptor descriptor,
                                                                                      SimpleMongoMappingContext.SimpleMongoPersistentEntity<?> owner)