Title: entity bean-database problem?

Hi.  I am having the following problem.

I have an entity bean which maps to an Interbase 6.0 database.  When I create the bean, all of the fields get updated in the database.  One of my fields however is updated by a trigger in the database.  Later on, when I use my bean's get() (ie getter methods), I get the correct information from all of the fields in the database except for the one which is updated by the trigger.  The value of this field in the database is correct, but the bean's getter method returns an incorrect value.  Does anyone know why this is happening?  Has the bean persisted itself to a certain value and will not update itself with the database?

Thanks for your help,

Aadam

Reply via email to