I have a user entity which i want to save in two databases, one in MongoDb and one in Neo4j:
@Node("User") @Document public class User { @Id @Ge