Can i use only one table for all hibernate envers auditing? Can i use only one table for all hibernate envers auditing? database database

Can i use only one table for all hibernate envers auditing?


No, that is not possible. Only table-per-entity strategies are available currently (Default and ValidityAuditStrategy).

See the manual: http://docs.jboss.org/hibernate/core/4.1/devguide/en-US/html/ch15.html