Package org.springframework.data.neo4j.support.relationship

Examples of org.springframework.data.neo4j.support.relationship.Neo4jRelationshipBacking


    return new DirectGraphRepositoryFactory(graphDatabaseContext());
  }
 
  @Bean
  public Neo4jRelationshipBacking neo4jRelationshipBacking() throws Exception {
    Neo4jRelationshipBacking aspect = Neo4jRelationshipBacking.aspectOf();
    aspect.setGraphDatabaseContext(graphDatabaseContext());
        aspect.setRelationshipEntityStateFactory(relationshipEntityStateFactory());
    return aspect;
  }
View Full Code Here

TOP

Related Classes of org.springframework.data.neo4j.support.relationship.Neo4jRelationshipBacking

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.