Package ca.uhn.fhir.jpa.migrate
Class DriverTypeEnum.ConnectionProperties
java.lang.Object
ca.uhn.fhir.jpa.migrate.DriverTypeEnum.ConnectionProperties
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- DriverTypeEnum
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionProperties(DataSource theDataSource, org.springframework.transaction.support.TransactionTemplate theTxTemplate, DriverTypeEnum theDriverType) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.springframework.transaction.support.TransactionTemplateorg.springframework.jdbc.core.JdbcTemplate
-
Constructor Details
-
ConnectionProperties
public ConnectionProperties(DataSource theDataSource, org.springframework.transaction.support.TransactionTemplate theTxTemplate, DriverTypeEnum theDriverType) Constructor
-
-
Method Details
-
getDriverType
-
getDataSource
-
newJdbcTemplate
-
getTxTemplate
-
close
- Specified by:
closein interfaceAutoCloseable
-