Class EntityToGenericMapper
- java.lang.Object
-
- org.opennms.netmgt.graph.persistence.mapper.EntityToGenericMapper
-
public class EntityToGenericMapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntityToGenericMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
convert(PropertyEntity propertyEntity)
GenericGraphContainer
fromEntity(GraphContainerEntity entity)
GenericGraph
fromEntity(GraphEntity graphEntity)
-
-
-
Method Detail
-
fromEntity
public GenericGraphContainer fromEntity(GraphContainerEntity entity)
-
fromEntity
public GenericGraph fromEntity(GraphEntity graphEntity)
-
convert
public java.lang.Object convert(PropertyEntity propertyEntity)
-
-