Skip to content

Commit fce3ccf

Browse files
committed
Remove Neo4j legacy files and references…
1 parent ae8cdfc commit fce3ccf

File tree

3 files changed

+9
-41
lines changed

3 files changed

+9
-41
lines changed

ANNOTATIONS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,15 +216,15 @@ public interface MovieRepository extends FalkorDBRepository<Movie, String> {
216216
3. **Keep relationship properties simple** and avoid deep nesting
217217
4. **Consider performance implications** of relationship properties in queries
218218

219-
## Migration from Spring Data Neo4j
219+
## Spring Data Graph Patterns
220220

221-
These annotations are designed to be compatible with Spring Data Neo4j patterns:
221+
These annotations follow established Spring Data graph database patterns, providing:
222222

223-
- `@Query` works similarly to Neo4j's `@Query` annotation
224-
- `@TargetNode` replaces Neo4j's `@TargetNode` with the same semantics
225-
- `@RelationshipId` provides the same functionality as Neo4j's `@RelationshipId`
223+
- `@Query` for custom Cypher queries with parameter binding
224+
- `@TargetNode` for clear relationship target identification
225+
- `@RelationshipId` for relationship entity identification
226226

227-
The main differences are:
228-
- Package names use `falkordb` instead of `neo4j`
229-
- FalkorDB-specific optimizations and features
230-
- Integration with FalkorDB's graph query language
227+
Key FalkorDB advantages:
228+
- Optimized for FalkorDB's high-performance graph engine
229+
- Native integration with FalkorDB's Cypher implementation
230+
- Leverages FalkorDB's speed as the world's fastest graph database

src/test/resources/data/migrations/V10__Delete_SimplePerson.cypher

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/test/resources/data/migrations/V20__Create_Constraints.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)