SpringDataNeo4j可以做到动态新增label类型吗,cypher是可以。
cypher:String.format( “create (n:%s
{type:0}) return id(n)”, domain);
或者说有哪些方式处除了cypher能够动态创建不同的label?
cypher:String.format( “create (n:%s
{type:0}) return id(n)”, domain);
或者说有哪些方式处除了cypher能够动态创建不同的label?