I have one table and AUD table of this table. But Aud table has two extra columns like "Inserted_Date" and "Insert_By". Main table haven't this two columns. "Inserted_Date" column include insert time for AUD table. "Insert_By" column include user information. I add these columns in AUD table Entity by manually but this entity doesn't insert any value for these columns. Always insert null.
Also, I write hibernate insert query but these extra columns not in columns.