spring-data-graph Questions
3
Solved
I have a simple setup and encountered a puzzling (at least for me) problem:
I have three pojos which are related to each other:
@NodeEntity
public class Unit {
@GraphId Long nodeId;
@Indexed in...
Josefina asked 13/1, 2012 at 15:0
2
I'm hoping to hear from any of you who have architected and implemented a decent sized Neo4j app (10's millions nodes/rels) - and what your recommendations are particularly w.r.t modelling and the ...
Weekender asked 18/5, 2012 at 6:36
1
Solved
I am brand new to NOSQL databases (or any kind of database) and I need to build a graph database in Java. I have never used SpringSource before either. Will using Spring Data neo4j make the process...
Taeniasis asked 20/4, 2012 at 18:44
1
Solved
I'm using the simple object/graph mapping in Spring Data Neo4j 2.0, where I perform persistence operations using the Spring Data repository framework. I'm working with the repositories rather than ...
Adit asked 7/1, 2012 at 19:59
2
Solved
Hi all patient developers using spring data graph. Since there is so less documentation and pretty poor test coverage it is sometimes very difficult to understand what is the expected behavior of t...
Snapback asked 21/11, 2011 at 21:36
1
© 2022 - 2024 — McMap. All rights reserved.