|
|
Browse by Tags
All Tags » Java 5 » Query (RSS)
-
Hi,
I'm using db4o in a java environment and Apache Avalon/Excalibur as my component framework. Working with the local mode everything works fine for me. But switching to embedded client-server mode a ObjectNotStorableException is throws while performing native queries. I recognized that after the exception is thrown the db4o object manager ...
-
Hello all,
i'm newbie to db4o (and java for this matter).
i was trying to work some queries using the ObjectContainer.query method passing a predicate like this:
java.util.List <Pilot> pilots = objectContainer.query(new Predicate<Pilot>(){ public boolean match(Pilot pilot) { return ...
|
|
|