Hibernate orm parent and extended child entity mapping

I have extend a table from their child.when i save or delete in parent table , that is not reflect to child entity.Why, what should i do here?

I have extend a table from their child

Can you please elaborate this statement. Do you want to say that you have used PostgreSQL table inheritance?