Hi:

I have the following simple class 
class A{
   public static String R = "r";
   List<B> b
}

I only use registerEntityClass(A.class), meaning I intend to have b as 
embedded linklist, not reference.
so there should be only one class/cluster created for A.
But the end result is showing orientdb somehow created B class/cluster for 
me and the link is reference.

Also, I see the static var R somehow is also created as a property of the 
class A. 
All I did was calling registerEntityClass(A.class)  and save an  A object.

Am I doing something wrong?

-- 

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