-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-785 - Replace String constants for relationship directions with an…
… enum. This adds `org.neo4j.ogm.annotation.Relationship.Direction` to the `@Relationship` annotation which replaces the String-typed property `direction` on that annotation. The `AnnotationInfo` needs to check now whether it targets an enum or not. We use the same mechanism introduced as in #644. The changes allows for some neat and needed refactoring, especially in the `EntityGraphMapper` and in `ClassInfo`. Co-authored-by: Michael Simons <michael.simons@neo4j.com>
- Loading branch information
1 parent
a48d593
commit 4d0de8d
Showing
144 changed files
with
707 additions
and
729 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.