public interface DataContextFactoryBeanDelegate
DataContext given the
properties of a DataContextFactoryBean.
This component helps separate the configuration code (in
DataContextFactoryBean) from the actual instantiation of objects.
This is necesary to ensure that the DataContextFactoryBean is
functional for only a subset of MetaModel's modules, since otherwise import
statements would hinder use of the class when not all MetaModel modules are
available.| Modifier and Type | Method and Description |
|---|---|
DataContext |
createDataContext(DataContextFactoryParameters params)
Creates the particular
DataContext object. |
DataContext createDataContext(DataContextFactoryParameters params)
DataContext object.params - the DataContextFactoryBean with properties set as per
the spring configuration.DataContext object, built with the properties
set on the DataContextFactoryBeanCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.