|
|
Browse by Tags
All Tags » ObjectContainer » db4o java (RSS)
-
Hello! I'm doing some web services that use an embedded form of BD in db4o.
When I make the request to a service any of the
place, I create a static object ObjectServer for all services can use
to access it, that is, the object instance in the form of BD Singleton.
All services are functioning correctly if I go
either locally or ...
-
ObjectSet<Pilot> set = db.query(Pilot.class);It's wrong while buiding above, why??
In tutorial docs ,
For JDK 5 there also is a generics shortcut, using the query method:
List <Pilot> pilots = db.query(Pilot.class);
List<Pilot>? why not ...
|
|
|