Hi,
We are using Hibernate hbm2ddl property for creating table.
In case of Postgres, we need to alter table to set replica identity to full for those tables which don’t have primary key.
Could you please confirm how can we achieve the same using hibernate?