|
@@ -10,6 +10,6 @@ public interface INeo4jRelationService {
|
|
|
Iterable<Neo4jRelation> findAll();
|
|
|
Neo4jRelation findById(Long id);
|
|
|
Neo4jRelation save(Neo4jRelation entity);
|
|
|
- void delete(Long id);
|
|
|
+ void delete(Long[] ids);
|
|
|
Page<Neo4jRelation> getPageList(RelationDTO dto);
|
|
|
}
|