I'm trying to do some unit testing of the contents of
a Criteria.  The natural way to navigate it seems to be by
Criterion, since there appears to be one for every
(column,comparison,value) triple in the WHERE clause.
Unfortunately I can't seem to use the getComparison() value from a
Criterion object, since SqlEnum is not visible.  I want to
be able to write
if (SqlEnum.GREATER_EQUAL.equals(criterion.getComparison())) {
    assert....
}
Using the alias out of Criteria doesn't help.

Am I missing a better way?  Should I submit this as a bug?  The patch is
trivial so probably not worth posting...

        Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to