Re: Fetching data from a model

2017-10-01 Thread Hugi Thordarson
Hi André first, for the simple solution: Avoid using qualifierWithQualifierFormat. If you want to construct an equality qualifier, use EOKeyValueQualifier instead. new EOKeyValueQualifier( MyEntity.A_KEY, EOQualifier.QualifierOperatorEqual, timestampA ) This will work if you're just tinkering w

Fetching data from a model

2017-10-01 Thread André Rothe
Hi, I created a model with EOModeler. There are some classes in my project which represent the entities of my model. Now I come to the point, that I must fetch data from the database. In my Main component I created an EOQualifier which combines 4 attributes: EOQualifier eq = new EOAndQualifi