Class RepositoryBasedDataSourceFinder


  • public class RepositoryBasedDataSourceFinder
    extends Object
    Finds a DataSource from DataSource Repositories
    • Constructor Detail

      • RepositoryBasedDataSourceFinder

        public RepositoryBasedDataSourceFinder()
    • Method Detail

      • find

        public DataSource find​(String name)
        Find a DataSource using the given name
        Parameters:
        name - name of the DataSource to be found
        Returns:
        DataSource if found , otherwise null
      • isInitialized

        public boolean isInitialized()