db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » Query » inheritance   (RSS)
  • How to fetch only parent objects?

    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.
    Posted to db4o User Forum (Forum) by gwadkar on September 2, 2008
  • SODA - exprsion for "Select only from selfoid myClass"

    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 ...
    Posted to db4o User Forum (Forum) by wgayk on June 27, 2007