Interface ComponentRepositoryDataSourceAware<Item extends RepositoryItem,DS extends DataSource>

All Superinterfaces:
ComponentRepository<Item>, DataSourceAware<DS>, Iterable<Item>, Repository
All Known Subinterfaces:
VHostComponentRepositoryDataSourceAware<DS>
All Known Implementing Classes:
ClConSQLRepository, VHostJDBCRepository

public interface ComponentRepositoryDataSourceAware<Item extends RepositoryItem,DS extends DataSource> extends ComponentRepository<Item>, DataSourceAware<DS>
Interface should be implemented by ComponentRepository which are using DataSource to load/store entries.
Interface created mainly for use by AbstractSDComponentRepositoryBean.
Created by andrzej on 18.03.2016.