org.apache.metamodel.spring
Class PojoDataContextFactoryBeanDelegate
java.lang.Object
org.apache.metamodel.spring.AbstractDataContextFactoryBeanDelegate
org.apache.metamodel.spring.PojoDataContextFactoryBeanDelegate
- All Implemented Interfaces:
- DataContextFactoryBeanDelegate
public class PojoDataContextFactoryBeanDelegate
- extends AbstractDataContextFactoryBeanDelegate
DataContextFactoryBeanDelegate for PojoDataContext.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PojoDataContextFactoryBeanDelegate
public PojoDataContextFactoryBeanDelegate()
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.