Package | Description |
---|---|
org.opennms.netmgt.graph.dao.api | |
org.opennms.netmgt.graph.dao.hibernate | |
org.opennms.netmgt.graph.persistence.mapper |
Modifier and Type | Method and Description |
---|---|
GraphContainerEntity |
GraphContainerDao.findContainerById(String containerId)
Returns the GraphContainerEntity identified by the containerId.
|
GraphContainerEntity |
GraphContainerDao.findContainerInfoById(String containerId)
Returns the GraphContainerEntity, but only populating the properties.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphContainerDao.save(GraphContainerEntity graphContainerEntity)
Saves or Updates the entity.
|
void |
GraphContainerDao.update(GraphContainerEntity graphContainerEntity)
Updates the given entity
|
Modifier and Type | Method and Description |
---|---|
GraphContainerEntity |
GraphContainerDaoImpl.findContainerById(String containerId) |
GraphContainerEntity |
GraphContainerDaoImpl.findContainerInfoById(String containerId) |
Modifier and Type | Method and Description |
---|---|
void |
GraphContainerDaoImpl.save(GraphContainerEntity graphContainerEntity) |
void |
GraphContainerDaoImpl.update(GraphContainerEntity graphContainerEntity) |
Modifier and Type | Method and Description |
---|---|
GraphContainerEntity |
GenericToEntityMapper.toEntity(GenericGraphContainer genericGraphContainer) |
Modifier and Type | Method and Description |
---|---|
GenericGraphContainer |
EntityToGenericMapper.fromEntity(GraphContainerEntity entity) |
Copyright © 2021. All rights reserved.