true/false in expression
------------------------
Key: CAY-696
URL: http://issues.apache.org/cayenne/browse/CAY-696
Project: Cayenne
Type: Improvement
Components: Cayenne Core Library
Reporter: Tore Halset
Assigned to: Tore Halset
Fix For: 3.0
Sometimes having boolean true/false in an expression are needed. See discussion:
Example from Øyvind Harboe:
Expression e=ExpressionFactory.expTrue();
if (xxx)
{
e=e.andExp(....);
}
if (yyy)
{
e=e.andExp(....);
}
return e;
http://mail-archives.apache.org/mod_mbox/incubator-cayenne-user/200608.mbox/[EMAIL
PROTECTED]
http://mail-archives.apache.org/mod_mbox/incubator-cayenne-user/200608.mbox/[EMAIL
PROTECTED]
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/cayenne/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira