Hi Krishna, Linksets are uni-directional. The target record of a link does not know about its owner.
If you want bi-directional links (edges) that are automatically maintained by the database, you'll want to create vertices connected by edges as a function of the graph database. -Colin Orient Technologies The Company behind OrientDB On Thursday, April 16, 2015 at 6:27:56 AM UTC-5, Krishna Kumar wrote: > > Hi, > > I have two classes *class A(id,name), class B(id,salary) *with *linkset* > between *A.id to B.id* ........when i use select from A it returns a data > along with links.....but not B data along with A.......so is there any way > to fetch data as combined > > > -- --- 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.
