@Service(value="neo4jServiceImpl") public class Neo4jServiceImpl extends Object
| Constructor and Description |
|---|
Neo4jServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteFriendship(String fromName,
String toName) |
void |
saveFriendship(String fromName,
String toName) |
@Transactional(rollbackFor=java.lang.Exception.class) public void deleteFriendship(String fromName, String toName)
Copyright © 2022. All rights reserved.