public interface ExcelDataSource
| Modifier and Type | Field and Description |
|---|---|
static String |
MULTIPLE_DATASOURCE
The Constant MULTIPLE_DATASOURCE.
|
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.EntityManager |
getEntityManager(String unitName)
Gets the entity manager.
|
org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate |
getNamedParameterJdbcTemplate(String namedParameterJdbcTemplate)
Gets the named parameter jdbc template.
|
static final String MULTIPLE_DATASOURCE
javax.persistence.EntityManager getEntityManager(String unitName)
unitName - the unit nameorg.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate getNamedParameterJdbcTemplate(String namedParameterJdbcTemplate)
namedParameterJdbcTemplate - the named parameter jdbc templateCopyright © 2022. All rights reserved.