Re: [orientdb] pojos with the graph db

2015-02-09 Thread Luca Garulli
ᐧ On 9 February 2015 at 22:27, Aris Alexis wrote: > Hi, > > no I didn't use frames, I used just my own methods to map all the > properties of the vertex to the POJO. The difference was that in the > example above, the TitanVertex implementation would accept : > vertex.setProperty(List) and it cou

Re: [orientdb] pojos with the graph db

2015-02-09 Thread Aris Alexis
Hi, no I didn't use frames, I used just my own methods to map all the properties of the vertex to the POJO. The difference was that in the example above, the TitanVertex implementation would accept : vertex.setProperty(List) and it could return it as such (with casting). These are objects that

Re: [orientdb] pojos with the graph db

2015-02-09 Thread Luca Garulli
Hi Aris, Did you use Frames with Titan to map graphs to POJOs? Lvc@ ᐧ On 9 February 2015 at 16:15, Aris Alexis wrote: > Hi, > > I am just starting to use orient so be easy on me. I am a bit confused > about how to use the graph database. > > What I want: > > I have a POJO with references to oth

[orientdb] pojos with the graph db

2015-02-09 Thread Aris Alexis
Hi, I am just starting to use orient so be easy on me. I am a bit confused about how to use the graph database. What I want: I have a POJO with references to other POJOS like: User String name List notifications Notification String date String type I want this user connected to the graph