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 » Performance Query OutOfMemory   (RSS)
  • SODA Queries on classes containing two object references

    Hi, I am looking for advice on how to write a soda query that is best suited for this object topology public class Trim {   String name;   String code;   // getters and setters ... } public class Part {   String name;   String id;  int type;   int makeClass;  String maker;   // getters and ...
    Posted to db4o User Forum (Forum) by vtkstef on August 27, 2007