public class H2ServiceInventoryCacheDAO extends H2SQLExecutor implements IServiceInventoryCacheDAO
| Constructor and Description |
|---|
H2ServiceInventoryCacheDAO(JDBCHikariCPClient h2Client) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInventory |
get(int serviceId) |
int |
getServiceId(int addressId) |
int |
getServiceId(String serviceName) |
List<ServiceInventory> |
loadLastMappingUpdate() |
getByColumn, getByID, getEntityIDByID, getInsertExecutor, getUpdateExecutor, toStorageDatapublic H2ServiceInventoryCacheDAO(JDBCHikariCPClient h2Client)
public int getServiceId(String serviceName)
getServiceId in interface IServiceInventoryCacheDAOpublic int getServiceId(int addressId)
getServiceId in interface IServiceInventoryCacheDAOpublic ServiceInventory get(int serviceId)
get in interface IServiceInventoryCacheDAOpublic List<ServiceInventory> loadLastMappingUpdate()
loadLastMappingUpdate in interface IServiceInventoryCacheDAOCopyright © 2018 The Apache Software Foundation. All rights reserved.