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