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
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