public class H2RegisterDAO extends H2SQLExecutor implements IRegisterDAO
| Constructor and Description |
|---|
H2RegisterDAO(JDBCHikariCPClient h2Client,
StorageBuilder<RegisterSource> storageBuilder) |
| Modifier and Type | Method and Description |
|---|---|
void |
forceInsert(String modelName,
RegisterSource source) |
void |
forceUpdate(String modelName,
RegisterSource source) |
RegisterSource |
get(String modelName,
String id) |
int |
max(String modelName) |
getByColumn, getByID, getEntityIDByID, getInsertExecutor, getUpdateExecutor, toStorageDatapublic H2RegisterDAO(JDBCHikariCPClient h2Client, StorageBuilder<RegisterSource> storageBuilder)
public int max(String modelName) throws IOException
max in interface IRegisterDAOIOExceptionpublic RegisterSource get(String modelName, String id) throws IOException
get in interface IRegisterDAOIOExceptionpublic void forceInsert(String modelName, RegisterSource source) throws IOException
forceInsert in interface IRegisterDAOIOExceptionpublic void forceUpdate(String modelName, RegisterSource source) throws IOException
forceUpdate in interface IRegisterDAOIOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.