liquigraph

How to generate Index and Constraint script for Neo4j store using Liquigraph in java?

只愿长相守 提交于 2019-12-09 18:33:53
问题 I am trying to generate the Index and Constraint for my spring entities. I am not using any capability of spring-data to do it such as indexes.auto=assert . How can I generate the scripts with following conditions I need to generate scripts in offline mode. ie I cannot provide any Neo4j server,user,password etc. I need to use the java api to achieve it. I am able to create liquigraph change-log but I can't find a way to generate the script. The maven dependency I have used is <!-- https:/

How to generate Index and Constraint script for Neo4j store using Liquigraph in java?

若如初见. 提交于 2019-12-04 09:55:01
I am trying to generate the Index and Constraint for my spring entities. I am not using any capability of spring-data to do it such as indexes.auto=assert . How can I generate the scripts with following conditions I need to generate scripts in offline mode. ie I cannot provide any Neo4j server,user,password etc. I need to use the java api to achieve it. I am able to create liquigraph change-log but I can't find a way to generate the script. The maven dependency I have used is <!-- https://mvnrepository.com/artifact/org.liquigraph/liquigraph-core --> <dependency> <groupId>org.liquigraph<