|
|
Browse by Tags
All Tags » Query » SODA (RSS)
Showing page 1 of 2 (12 total posts)
-
Hi!
Schreibe gerade meine Diplomarbeit und db4o ist ein Teil davon. Da man in der Diplomarbeit jede Abkürzung ausschreiben muss, suche ich nun nach der Bedeutung von SODA, finde aber nix. Wofür steht SODA? Oder ist es vielleicht garkeine Abkürzung?
Vielen Dank,
Dominik
-
what types (or clas) i can use in soda query to aply greater, equal and less constrain?
is possible to use constrain to custom types?
-
Hallo,
Ich nutze db4o im Client/Server Modus. Beim Lesen erhalte ich zwischendurch folgende Fehlermeldung.
[CODE]
Exception in thread ''db4o server message dispatcher db4o'' java.lang.NullPointerException at com.db4o.internal.UUIDFieldMetadata.addFieldIndex(Unknown ...
-
In this session Carl and Richard debug Jira issue COR-120 and fix Queries-By-Interface to return the right results.
The session gives some insight on:
classes that are part of the querying architecture
how to work with Debug.queries==true
how to simplify debugging by storing only one object and expecting only one result or none
This ...
-
I am using 6.3. I have improved the query a lot when I tried the following:qry = db.query() qry.constrain(Component) ...
-
Hi,
I am looking for advice on how to write a soda query that is best suited for this object topology
public class Trim {
String name;
String code;
// getters and setters ...
}
public class Part {
String name;
String id; int type;
int makeClass; String maker;
// getters and ...
-
Hi,I'm currently running into a problem where more experienced users may help a newbie like me. Say I have a simple class hierarchy like this:class X{ public String toString(){return getClass().getName();}}class Y extends X{ public String toString(){return getClass().getName();}}class Test{ public static void main(String[] args){ ObjectContainer ...
-
Hallo,Ich suche nu schon seit einiger Zeit nach eienr Übersicht, also einer genaueren Beschreibung, über die SODA evaluation modes, wurde aber noch nicht fündig. Die API gibt in em Punkt irgendwie nicht so viel her, finde ich. Bzw. empfinde ich sie als zu knapp.Vielleicht könnte mir mal jemand auf die Sprünge helfen?Speziell geht es mir um den ...
-
Hello!
Can somebody tell me how SODA behaves for querying Lists? Assumed that Foo is a class which got a field (List _bars) which holds Bar-Objects and I want to get all Foos which got a special Bar. Does this Query
Query q = _objectContainer.query();q.constrain(Foo.class);q.descend(''_bars'').constrain(special_bar); // special_bar is a ...
-
Hi,we are new users in db4o and have the following problem using a java class construct like:class Folder { Stirng name; List mails;}
class Mail { String subject;}Now we have some folders (e.g. ''inbox'', ''sent'' ...) containing mails.We are trying to search for mails with a subject ...
1
|
|
|