cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

tomzirn
Node
since ‎09-07-2018
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

OGM (v3.1.1) doesn't seem to support @NodeEntity on an interface class with the label specified explicitly. Let's say, I have an annotated interface: @NodeEntity(label = "MY_LABEL") interface MyInterface { ... } which is implemented by a class MyInt...