I am using DB2 bitemporal tables. So the history is managed at the database level. I therefore don't need to create revisions from code. However I would like to read the revisions.
I am using hibernate to maintain the data. Is it possible to use part of envers to just read the versions?