Package org.springframework.data.neo4j.aspects.support.node

Examples of org.springframework.data.neo4j.aspects.support.node.Neo4jNodeBacking


        return aspect;
    }

    @Bean
  public Neo4jNodeBacking neo4jNodeBacking() throws Exception {
    Neo4jNodeBacking aspect = Neo4jNodeBacking.aspectOf();
    aspect.setTemplate(neo4jTemplate());
        NodeEntityStateFactory entityStateFactory = nodeEntityStateFactory();
    aspect.setNodeEntityStateFactory(entityStateFactory);
    return aspect;
  }
View Full Code Here

TOP

Related Classes of org.springframework.data.neo4j.aspects.support.node.Neo4jNodeBacking

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.