Re: [Neo4j] sdg: @RelatedToVia in @RelationshipEntity

2011-11-04 Thread Michael Hunger
Yes, relateTo can only be used in Node Entities as Neo4j only allows linking Nodes with Relationships. What is your use-case ? Cheers Michael Am 01.11.2011 um 06:29 schrieb Gonfi den Tschal: (using sdg 1.1.0RELEASE) when using @RelatedToVia in a @RelationshipEntity i get a strange

[Neo4j] sdg: @RelatedToVia in @RelationshipEntity

2011-10-31 Thread Gonfi den Tschal
(using sdg 1.1.0RELEASE) when using @RelatedToVia in a @RelationshipEntity i get a strange compilation error: The method relateTo(Culture, ClassMyClass, String) is undefined for the type MyOtherClass i assume the reason is that it can only be used in @NodeEntity? the javadoc for @RelatedToVia