org.springframework.data.document.mongodb.mapping
Class SimpleMongoMappingContext.SimpleMongoPersistentEntity<T>

java.lang.Object
  extended by 
      extended by org.springframework.data.document.mongodb.mapping.SimpleMongoMappingContext.SimpleMongoPersistentEntity<T>
All Implemented Interfaces:
MongoPersistentEntity<T>
Enclosing class:
SimpleMongoMappingContext

static class SimpleMongoMappingContext.SimpleMongoPersistentEntity<T>
extends
implements MongoPersistentEntity<T>


Constructor Summary
SimpleMongoMappingContext.SimpleMongoPersistentEntity( information)
           
 
Method Summary
 java.lang.String getCollection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMongoMappingContext.SimpleMongoPersistentEntity

public SimpleMongoMappingContext.SimpleMongoPersistentEntity( information)
Parameters:
information -
Method Detail

getCollection

public java.lang.String getCollection()
Specified by:
getCollection in interface MongoPersistentEntity<T>