public class DefaultSLDItemDAO extends AbstractEventListener<AfterTenantRestartEvent> implements SLDItemDAO
| Constructor and Description |
|---|
DefaultSLDItemDAO() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getLoadAttributesStatementForType(String tableName) |
void |
init() |
List<SLDDataContainer> |
load(List<PK> entityPKs) |
SLDDataContainer |
load(PK entityPk) |
protected void |
onEvent(AfterTenantRestartEvent event)
This method is called by
AbstractEventListener#onApplicationEvent(ApplicationEvent) and processes the
given event. |
void |
setJdbcTemplate(JdbcTemplate jdbcTemplate) |
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService@PostConstruct public void init()
public SLDDataContainer load(PK entityPk)
load in interface SLDItemDAOpublic List<SLDDataContainer> load(List<PK> entityPKs)
load in interface SLDItemDAOprotected String getLoadAttributesStatementForType(String tableName)
public void setJdbcTemplate(JdbcTemplate jdbcTemplate)
protected void onEvent(AfterTenantRestartEvent event)
AbstractEventListenerAbstractEventListener#onApplicationEvent(ApplicationEvent) and processes the
given event.onEvent in class AbstractEventListener<AfterTenantRestartEvent>event - the event to be processed#onApplicationEvent(ApplicationEvent)Copyright © 2017 SAP SE. All Rights Reserved.