|
|
Browse by Tags
All Tags » Query » Collections (RSS)
-
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 ...
-
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 ...
-
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 ...
|
|
|