public abstract class DefaultBaseGateway extends java.lang.Object implements BaseGateway
| Modifier and Type | Field and Description |
|---|---|
protected JdbcTemplate |
jdbcTemplate |
| Constructor and Description |
|---|
DefaultBaseGateway(JdbcTemplate jdbcTemplate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
createTable() |
boolean |
doesTableExist() |
void |
dropTable() |
protected abstract java.lang.String |
getCreateTableStatement() |
protected JdbcTemplate |
getJdbcTemplate() |
protected boolean |
tryCreatingTableAndLogException(Logger logger,
java.lang.String message,
java.lang.Exception ex) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTableNamepublic boolean createTable()
createTable in interface BaseGatewayprotected abstract java.lang.String getCreateTableStatement()
public void dropTable()
dropTable in interface BaseGatewaypublic boolean doesTableExist()
doesTableExist in interface BaseGatewayprotected boolean tryCreatingTableAndLogException(Logger logger,
java.lang.String message,
java.lang.Exception ex)
protected JdbcTemplate getJdbcTemplate()
Copyright © 2018 SAP SE. All Rights Reserved.