DataSource

DataSource is an interface which should be implemented by all classes implementing access to data source, i.e. implementing access to database using JDBC connection or to MongoDB. Implementation of DataSource is automatically selected using uri provided in configuration and @Repository.Meta annotation on classes implementing DataSource interface.