Package org.qubership.atp.tdm.repo
Interface SqlRepository
- All Known Implementing Classes:
SqlRepositoryImpl
public interface SqlRepository
-
Method Summary
Modifier and TypeMethodDescriptioncreateConnection(Server server) org.springframework.jdbc.core.JdbcTemplatecreateJdbcTemplate(Server server) org.springframework.jdbc.core.JdbcTemplatecreateJdbcTemplate(Server server, int queryTimeout) getServer(String tableName, CatalogRepository catalogRepository, EnvironmentsService environmentsService)
-
Method Details
-
createConnection
-
getServer
Server getServer(String tableName, CatalogRepository catalogRepository, EnvironmentsService environmentsService) -
createJdbcTemplate
-
createJdbcTemplate
-