public class H2IndicatorDAO extends H2SQLExecutor implements IIndicatorDAO<SQLExecutor,SQLExecutor>
| Constructor and Description |
|---|
H2IndicatorDAO(JDBCHikariCPClient h2Client,
StorageBuilder<Indicator> storageBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Indicator |
get(String modelName,
Indicator indicator) |
SQLExecutor |
prepareBatchInsert(String modelName,
Indicator indicator) |
SQLExecutor |
prepareBatchUpdate(String modelName,
Indicator indicator) |
getByColumn, getByID, getEntityIDByID, getInsertExecutor, getUpdateExecutor, toStorageDatapublic H2IndicatorDAO(JDBCHikariCPClient h2Client, StorageBuilder<Indicator> storageBuilder)
public Indicator get(String modelName, Indicator indicator) throws IOException
get in interface IIndicatorDAO<SQLExecutor,SQLExecutor>IOExceptionpublic SQLExecutor prepareBatchInsert(String modelName, Indicator indicator) throws IOException
prepareBatchInsert in interface IIndicatorDAO<SQLExecutor,SQLExecutor>IOExceptionpublic SQLExecutor prepareBatchUpdate(String modelName, Indicator indicator) throws IOException
prepareBatchUpdate in interface IIndicatorDAO<SQLExecutor,SQLExecutor>IOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.