Class GenericToEntityMapper
- java.lang.Object
-
- org.opennms.netmgt.graph.persistence.mapper.GenericToEntityMapper
-
public class GenericToEntityMapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericToEntityMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PropertyEntity>
convertToPropertyEntities(java.util.Map<java.lang.String,java.lang.Object> properties)
FocusEntity
toEntity(Focus focus)
EdgeEntity
toEntity(GenericEdge genericEdge, GraphEntity graphEntity)
GraphEntity
toEntity(GenericGraph genericGraph)
GraphContainerEntity
toEntity(GenericGraphContainer genericGraphContainer)
VertexEntity
toEntity(GenericVertex genericVertex)
-
-
-
Method Detail
-
toEntity
public GraphContainerEntity toEntity(GenericGraphContainer genericGraphContainer)
-
toEntity
public GraphEntity toEntity(GenericGraph genericGraph)
-
convertToPropertyEntities
public java.util.List<PropertyEntity> convertToPropertyEntities(java.util.Map<java.lang.String,java.lang.Object> properties)
-
toEntity
public EdgeEntity toEntity(GenericEdge genericEdge, GraphEntity graphEntity)
-
toEntity
public VertexEntity toEntity(GenericVertex genericVertex)
-
toEntity
public FocusEntity toEntity(Focus focus)
-
-