creates a new SODA Query .
Use get for simple Query-By-Example.
Native queries are the recommended main db4o query interface.
creates a new SODA Query .
Use get for simple Query-By-Example.
Native queries are the recommended main db4o query interface.
Query query();
Native Query Interface.
ObjectSet query(Predicate);
queries for all instances of a class.
ObjectSet query(Class);
ObjectContainer Interface | com.db4o Namespace