I have two vertex class say example Employee and EmployeeDetails. In Employee class Following below are the properties 1.FirstName 2.LastName
In EmployeeDetails class Following below are the properties 1.FirstName(same value as in Employee class) 2.OrganizationName 3.Salary 4.Department I want to retrieve data like FirstName(Employee class) LastName(Employee class) OrganizationName (EmployeeDetails class) Salary(EmployeeDetails class) Department(EmployeeDetails class) without creating any EDGE between (Employee class) and (EmployeeDetails class) i want generate report like above.is that possible in orientdb? please reply if you need any further clarification. -- --- 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 orient-database+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.