Class PersistentEntitiesFactoryBean

java.lang.Object
org.springframework.data.mongodb.config.PersistentEntitiesFactoryBean
All Implemented Interfaces:
FactoryBean<PersistentEntities>

public class PersistentEntitiesFactoryBean extends Object implements FactoryBean<PersistentEntities>
Simple helper to be able to wire the PersistentEntities from a MappingMongoConverter bean available in the application context.
Since:
3.1
Author:
Oliver Gierke, Mark Paluch, Christoph Strobl