Open topic with navigation
db4o on Java Platforms
All Java
JDK 1.5 or newer
- Generics support introduced in JDK1.5 makes db4o Native Query syntax much simpler:
List <Pilot> pilots = db.query(new Predicate <Pilot>
() { public boolean match(Pilot pilot) { return pilot.getPoints() == 100;}});
- following JDK5 annotations db4o introduces its own annotations.
- you can use built-in enums
- db4o for JDK5 also has replication support.
Android
Read about how to use db4o on Android here.