Package cn.net.pap.neo4j.dto
Class AbsNodeWithChildrensDTO
java.lang.Object
cn.net.pap.neo4j.dto.AbsNodeWithChildrensDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbsNodeWithChildrensDTO(AbsNodeEntity parentNode, List<AbsNodeEntity> childrenNodes) 构造函数 -
Method Summary
Modifier and TypeMethodDescriptionstatic List<AbsNodeWithChildrensDTO>对象转换 convert(absNodeRepository.getParentWithChildrens("parent1"));voidsetChildrenNodes(List<AbsNodeEntity> childrenNodes) voidsetParentNode(AbsNodeEntity parentNode)
-
Constructor Details
-
AbsNodeWithChildrensDTO
构造函数- Parameters:
parentNode-childrenNodes-
-
-
Method Details
-
getParentNode
-
setParentNode
-
getChildrenNodes
-
setChildrenNodes
-
convert
对象转换 convert(absNodeRepository.getParentWithChildrens("parent1"));- Parameters:
inputObjectArrayList-- Returns:
-