|
|
Browse by Tags
All Tags » Query » inheritance (RSS)
-
hi,
I have an simple inherited object. eg: Child extends Parent.
When I query Parent objects, I get both child & parent. Is there a way to fetch only parent objects using SODA ?
thanks in advance.
-
Hi,I'm currently running into a problem where more experienced users may help a newbie like me. Say I have a simple class hierarchy like this:class X{ public String toString(){return getClass().getName();}}class Y extends X{ public String toString(){return getClass().getName();}}class Test{ public static void main(String[] args){ ObjectContainer ...
|
|
|