|
|
Browse by Tags
All Tags » Java 5 » network (RSS)
-
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 ...
|
|
|