Thanks Lvc@ for your reply. Is there an automated way like an annotation to 
do this when creating the schema from java side!? Because I have so many 
POJOS in my project.

On Tuesday, January 27, 2015 at 7:39:40 PM UTC+4, Lvc@ wrote:
>
> Try forcing that property to be LINK instead of embedded:
>
>
> *create property Account.person LINK Person*
> Lvc@
>
>
> On 27 January 2015 at 16:16, Kareem Jabr <[email protected] <javascript:>
> > wrote:
>
>> I found a workaround for this which is using the api of 1.7.10 with DB 
>> 2.0, this issue is solved as in the maven dependency below:
>> But I would like to know how to do the same job with 2.0 API:
>>
>> <dependency>
>> <groupId>com.orientechnologies</groupId>
>> <artifactId>orientdb-enterprise</artifactId>
>> <!-- <version>2.0</version> -->
>> <version>1.7.10</version>
>> </dependency> 
>> <dependency>
>> <groupId>com.orientechnologies</groupId>
>> <artifactId>orientdb-client</artifactId>
>> <!-- <version>2.0</version> -->
>> <version>1.7.10</version>
>> </dependency>
>> <dependency>
>> <groupId>com.orientechnologies</groupId>
>> <artifactId>orientdb-core</artifactId>
>> <!-- <version>2.0</version> -->
>> <version>1.7.10</version>
>> </dependency> 
>> <dependency>
>> <groupId>com.orientechnologies</groupId>
>> <artifactId>orientdb-object</artifactId>
>> <!-- <version>2.0</version> -->
>> <version>1.7.10</version>
>> </dependency>
>> <dependency>
>> <groupId>com.orientechnologies</groupId>
>> <artifactId>orient-commons</artifactId>
>> <!-- <version>2.0-M1</version> -->
>> <version>1.7.10</version>
>> </dependency>
>>
>>
>>
>>
>>  -- 
>>
>> --- 
>> 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] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 

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