Having 2 running instances of Neo4j server (one on port 7474 and one on 7575), how to
handle entity mapping over the two different instances?
There is no documentation around, regarding how to map @NodeEntity and @RelationshipEntity selectively to one graph-db or the other one in the same spring project. It seems just one mapping is possible.
Is mapping to several instances in the same project still not supported?
Thank you
handle entity mapping over the two different instances?
There is no documentation around, regarding how to map @NodeEntity and @RelationshipEntity selectively to one graph-db or the other one in the same spring project. It seems just one mapping is possible.
Is mapping to several instances in the same project still not supported?
Thank you