Class MappingMongoEntityInformation<T,ID>

java.lang.Object
org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID>
org.springframework.data.mongodb.repository.support.MappingMongoEntityInformation<T,ID>
All Implemented Interfaces:
MongoEntityInformation<T,ID>, EntityInformation<T,ID>, EntityMetadata<T>

public class MappingMongoEntityInformation<T,ID> extends PersistentEntityInformation<T,ID> implements MongoEntityInformation<T,ID>
MongoEntityInformation implementation using a MongoPersistentEntity instance to lookup the necessary information. Can be configured with a custom collection to be returned which will trump the one returned by the MongoPersistentEntity if given.
Author:
Oliver Gierke, Christoph Strobl, Mark Paluch