@Service(value="neo4jServiceImpl") public class Neo4jServiceImpl extends Object
Neo4jServiceImpl()
void
deleteFriendship(String fromName, String toName)
saveFriendship(String fromName, String toName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Neo4jServiceImpl()
public void saveFriendship(String fromName, String toName)
@Transactional(rollbackFor=java.lang.Exception.class) public void deleteFriendship(String fromName, String toName)
Copyright © 2021. All rights reserved.