I recently found a beautiful library called "hibernate envers", this is a great and easy way to have an audit log, it solved one of my biggest problems when working with the gameβs web application. Now I know that Envers uses one table for each object being scanned and wants to know if it is possible to have one table for each thing? (using varchar to put all the data, for example, and put the object model in a separate column)
Thanks in advance.
source share