missing property, but no error

From: Erik Hatcher (eri..hatchersolutions.com)
Date: Fri Apr 29 2005 - 13:29:13 EDT

  • Next message: Dhruti Ramani: "RE: Need help with getting long strings"

    I wrote code like this:

         Expression expression = ExpressionFactory.matchExp("username",
    username);
         expression.andExp(ExpressionFactory.matchExp("password", password));
         SelectQuery query = new SelectQuery(User.class, expression);

    But I had not yet modeled the "password" attribute, or even the DB
    column. Yet this code executed fine with no errors at all. Why is
    that? Shouldn't I have gotten an error?

    Thanks,
            Erik



    This archive was generated by hypermail 2.0.0 : Fri Apr 29 2005 - 13:29:39 EDT