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 » Collections   (RSS)
  • Activation of Db4o aware Maps

    Hello, I got an Object with db4o aware map. If I persist this Object with 100 entries in the map and query for it db4o logs, that every Map-Entry is activated:  [db4o 6.2.101   2007-04-25 04:14:33]  336 activate com.db4o.ext.Db4oDatabase[db4o 6.2.101   2007-04-25 04:14:34]  'test.yap' opened O.K.:: db4o 6.2.101 ...
    Posted to db4o User Forum (Forum) by Poison on April 25, 2007
  • SODA question - querying Lists

    Hello! Can somebody tell me how SODA behaves for querying Lists? Assumed that Foo is a class which got a field (List _bars) which holds Bar-Objects and I want to get all Foos which got a special Bar. Does this Query Query q = _objectContainer.query();q.constrain(Foo.class);q.descend(''_bars'').constrain(special_bar); // special_bar is a ...
    Posted to db4o User Forum (Forum) by Poison on April 24, 2007
  • List Sub Query

    Hi,we are new users in db4o and have the following problem using a java class construct like:class Folder {    Stirng name;    List mails;}  class Mail {    String subject;}Now we have some folders (e.g. ''inbox'', ''sent'' ...) containing mails.We are trying to search for mails with a subject ...
    Posted to db4o User Forum (Forum) by andsch on January 31, 2007