Next message: Dhruti Ramani: "RE: Need help with getting long strings"
- Previous message: Gentry, Michael \(Contractor\): "RE: Need help with getting long strings"
- Next in thread: Andrus Adamchik: "Re: missing property, but no error"
- Reply: Andrus Adamchik: "Re: missing property, but no error"
- Reply: Mike Kienenberger: "Re: missing property, but no error"
- Reply: Gentry, Michael \(Contractor\): "RE: missing property, but no error"
- Reply: Gentry, Michael \(Contractor\): "RE: missing property, but no error"
- Reply: Sami Mohammed: "Re: missing property, but no error"
- Reply: Sami Mohammed: "RE: missing property, but no error"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Next message: Dhruti Ramani: "RE: Need help with getting long strings"
- Previous message: Gentry, Michael \(Contractor\): "RE: Need help with getting long strings"
- Next in thread: Andrus Adamchik: "Re: missing property, but no error"
- Reply: Andrus Adamchik: "Re: missing property, but no error"
- Reply: Mike Kienenberger: "Re: missing property, but no error"
- Reply: Gentry, Michael \(Contractor\): "RE: missing property, but no error"
- Reply: Gentry, Michael \(Contractor\): "RE: missing property, but no error"
- Reply: Sami Mohammed: "Re: missing property, but no error"
- Reply: Sami Mohammed: "RE: missing property, but no error"
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
This archive was generated by hypermail 2.0.0
: Fri Apr 29 2005 - 13:29:39 EDT