|
@@ -6,7 +6,7 @@
|
|
<resultMap id="GraphResultMap" type="com.diagbot.dto.GraphDTO">
|
|
<resultMap id="GraphResultMap" type="com.diagbot.dto.GraphDTO">
|
|
<result column="sName" property="name"/>
|
|
<result column="sName" property="name"/>
|
|
<result column="sLabel" property="label"/>
|
|
<result column="sLabel" property="label"/>
|
|
- <collection property="eNodeRDTOS" ofType="com.diagbot.dto.BaseNodeRDTO">
|
|
|
|
|
|
+ <collection property="eNodeRSDTOS" ofType="com.diagbot.dto.BaseNodeRSDTO">
|
|
<result column="rType" property="rType"/>
|
|
<result column="rType" property="rType"/>
|
|
<collection property="eNodeDTOS" ofType="com.diagbot.dto.BaseNodeDTO">
|
|
<collection property="eNodeDTOS" ofType="com.diagbot.dto.BaseNodeDTO">
|
|
<result column="eName" property="name"/>
|
|
<result column="eName" property="name"/>
|