Hibernate Envers

Hi @Naros, we use envers property org.hibernate.envers.do_not_audit_optimistic_locking_field as false for saving version into audit table. Here by setting this property to false, I predict When no other columns are changed also, there will be an entry into audit table. We got two rows of an audit table with same version. But is it possible to have two rows with same version due to this property setting? Thanks in advance.