i had created a table with a primary key composed by two fields, the value of one of the field is changed by an after insert trigger.
The problem is that when i use the entity class of this table, after the save method, it do not bring the value of this field changed by the trigger. How can i get this value?
Regards