I have two objects, that are based on the same table. I want to differentiate them by using a qualifier.
I'm using a qualifer that looks like accountType = AccountType.hdaccount where hdaccount is one of the enumerated values. When i create an object of this type, the field is set to null. Is that typical? Do I have to explicitly set it myself, if so what happens if I set it to the wrong value? Tony Giaccone