Uses of Class
cn.net.pap.neo4j.entity.AbsNodeEntity
Packages that use AbsNodeEntity
-
Uses of AbsNodeEntity in cn.net.pap.neo4j.dto
Methods in cn.net.pap.neo4j.dto that return AbsNodeEntityModifier and TypeMethodDescriptionAbsNodeWithTypeDTO.getNode()
AbsNodeWithChildrensDTO.getParentNode()
Methods in cn.net.pap.neo4j.dto that return types with arguments of type AbsNodeEntityMethods in cn.net.pap.neo4j.dto with parameters of type AbsNodeEntityModifier and TypeMethodDescriptionvoid
AbsNodeWithTypeDTO.setNode
(AbsNodeEntity node) void
AbsNodeWithChildrensDTO.setParentNode
(AbsNodeEntity parentNode) Method parameters in cn.net.pap.neo4j.dto with type arguments of type AbsNodeEntityModifier and TypeMethodDescriptionvoid
AbsNodeWithChildrensDTO.setChildrenNodes
(List<AbsNodeEntity> childrenNodes) Constructors in cn.net.pap.neo4j.dto with parameters of type AbsNodeEntityModifierConstructorDescriptionAbsNodeWithChildrensDTO
(AbsNodeEntity parentNode, List<AbsNodeEntity> childrenNodes) 构造函数Constructor parameters in cn.net.pap.neo4j.dto with type arguments of type AbsNodeEntityModifierConstructorDescriptionAbsNodeWithChildrensDTO
(AbsNodeEntity parentNode, List<AbsNodeEntity> childrenNodes) 构造函数 -
Uses of AbsNodeEntity in cn.net.pap.neo4j.entity
Methods in cn.net.pap.neo4j.entity that return types with arguments of type AbsNodeEntityMethod parameters in cn.net.pap.neo4j.entity with type arguments of type AbsNodeEntityModifier and TypeMethodDescriptionvoid
AbsNodeEntity.setChildrens
(Set<AbsNodeEntity> childrens) void
AbsNodeEntity.setParents
(Set<AbsNodeEntity> parents) -
Uses of AbsNodeEntity in cn.net.pap.neo4j.repository
Methods in cn.net.pap.neo4j.repository that return types with arguments of type AbsNodeEntityModifier and TypeMethodDescriptionAbsNodeRepository.findByAbsNodeLabel
(String absNodeLabel) 根据 absNodeLabel 查询AbsNodeRepository.getRelationByAbsNodeLabel
(String absNodeLabel) 与 absNodeLabel 有关联的节点.