I was wondering whether it's possible to get the corresponding Blueprints Vertex from a Neo4j Node object?
I've been having a look at Neo4j's documentation but I cannot manage to find the way to do it...
Since blueprints is a wrapper over Neo4j, you can go the other way round but not this way. Neo4j knows nothing about the upper layers and thus does not have any reference to blueprints. Maybe you can construct a vertex by inserting the required information via a helper class?