Query-By-Example interface to retrieve objects.
[Visual Basic] Function get( _ ByVal template As Object _ ) As ObjectSet [C#] ObjectSet get( object template ); [C++] ObjectSet* get( Object* template ); [JScript] function get( Object template ): ObjectSet;
ObjectSet containing all found objects.
Query-By-Example interface to retrieve objects.
get()creates an ObjectSet containing all objects in the
ObjectContainerthat match the passed template object.
get(NULL)returns all objects stored in the
ObjectContainer.
Collectionclasses are evaluated for containment. Differences in
length/size()are ignored.
get()can respond to the callback method objectOnActivate .
ObjectContainer Interface | com.db4o Namespace | Why activation? | Using callbacks