public interface DataContextFactoryRegistry
DataContextFactory objects. This registry
can be used to create DataContexts of varying types using the
underlying factories.| Modifier and Type | Method and Description |
|---|---|
void |
addFactory(DataContextFactory factory) |
void |
clearFactories() |
DataContext |
createDataContext(DataContextProperties properties) |
Collection<DataContextFactory> |
getFactories() |
void addFactory(DataContextFactory factory)
void clearFactories()
Collection<DataContextFactory> getFactories()
DataContext createDataContext(DataContextProperties properties) throws UnsupportedDataContextPropertiesException, ConnectionException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.