Uses of Class
cn.net.pap.neo4j.entity.PersonEntity
Packages that use PersonEntity
Package
Description
-
Uses of PersonEntity in cn.net.pap.neo4j.entity
Methods in cn.net.pap.neo4j.entity that return types with arguments of type PersonEntityMethod parameters in cn.net.pap.neo4j.entity with type arguments of type PersonEntityModifier and TypeMethodDescriptionvoid
PersonEntity.setChildrens
(List<PersonEntity> childrens) void
PersonEntity.setParents
(List<PersonEntity> parents) -
Uses of PersonEntity in cn.net.pap.neo4j.repository
Methods in cn.net.pap.neo4j.repository that return types with arguments of type PersonEntityModifier and TypeMethodDescriptionPersonRepository.findByPersonName
(String personName) 根据 personName 查询 -
Uses of PersonEntity in cn.net.pap.neo4j.serializer.jackson
Methods in cn.net.pap.neo4j.serializer.jackson with parameters of type PersonEntityModifier and TypeMethodDescriptionvoid
PersonEntitySerializer.serialize
(PersonEntity person, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of PersonEntity in cn.net.pap.neo4j.util.kg
Methods in cn.net.pap.neo4j.util.kg with parameters of type PersonEntityModifier and TypeMethodDescriptionPersonEntity2KGConvert.convertToKnowledgeGraph
(PersonEntity person)