Modifier and Type |
Method and Description |
void |
afterPropertiesSet() |
void |
clear() |
int |
countAll() |
int |
countMatching(Criteria onmsCrit) |
int |
countMatching(OnmsCriteria onmsCrit) |
void |
delete(K key) |
void |
delete(T entity) |
List<T> |
findAll() |
List<T> |
findMatching(Criteria criteria) |
List<T> |
findMatching(OnmsCriteria criteria) |
void |
flush() |
protected abstract void |
generateId(T entity) |
T |
get(K id) |
protected AlarmAssociationDao |
getAlarmAssociationDao() |
protected AlarmDao |
getAlarmDao() |
protected AssetRecordDao |
getAssetRecordDao() |
protected CategoryDao |
getCategoryDao() |
protected DistPollerDao |
getDistPollerDao() |
protected EventDao |
getEventDao() |
protected abstract K |
getId(T entity) |
protected IpInterfaceDao |
getIpInterfaceDao() |
protected MonitoredServiceDao |
getMonitoredServiceDao() |
protected MonitoringLocationDao |
getMonitoringLocationDao() |
protected NodeDao |
getNodeDao() |
protected ServiceRegistry |
getServiceRegistry() |
protected ServiceTypeDao |
getServiceTypeDao() |
protected SnmpInterfaceDao |
getSnmpInterfaceDao() |
void |
initialize(Object obj) |
T |
load(K id) |
void |
lock()
This is used to lock the table in order to implement upsert type operations
|
K |
save(T entity) |
void |
saveOrUpdate(T entity) |
void |
update(T entity) |