org.apache.metamodel.spring
Class MongoDbDataContextFactoryBeanDelegate
java.lang.Object
org.apache.metamodel.spring.AbstractDataContextFactoryBeanDelegate
org.apache.metamodel.spring.MongoDbDataContextFactoryBeanDelegate
- All Implemented Interfaces:
- DataContextFactoryBeanDelegate
public class MongoDbDataContextFactoryBeanDelegate
- extends AbstractDataContextFactoryBeanDelegate
DataContextFactoryBeanDelegate for MongoDbDataContext.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MongoDbDataContextFactoryBeanDelegate
public MongoDbDataContextFactoryBeanDelegate()
createDataContext
public DataContext createDataContext(DataContextFactoryParameters params)
- Description copied from interface:
DataContextFactoryBeanDelegate
- Creates the particular
DataContext object.
- Parameters:
params - the DataContextFactoryBean with properties set as per
the spring configuration.
- Returns:
- a non-null
DataContext object, built with the properties
set on the DataContextFactoryBean
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.