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> notifications

Notification

String date
String type


I want this user connected to the graph with other entities(pojos). I was 
using titan with blueprints and titan could store a pojo by having a null 
constructor and an overriden equals function. 

Also, can I retrieve a User from a Vertex much like I could map a document 
to this pojo? or is it only possible if you use the object or document 
version?

thanks

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to