public class CompositeDataSource extends Object implements org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
CompositeDataSource() |
Modifier and Type | Method and Description |
---|---|
SqlRepositoryConfiguration |
getConfiguration() |
DataSource |
getDataSource() |
boolean |
isTesting() |
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
void |
setConfiguration(SqlRepositoryConfiguration configuration) |
void |
setTesting(boolean testing) |
public SqlRepositoryConfiguration getConfiguration()
public void setConfiguration(SqlRepositoryConfiguration configuration)
public void setApplicationContext(org.springframework.context.ApplicationContext context) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public boolean isTesting()
public void setTesting(boolean testing)
public DataSource getDataSource() throws RepositoryServiceFactoryException
Copyright © 2013 evolveum. All rights reserved.