문제

I'm using hibernate envers 4 and I would like to change the REVINFO table name. Is that feasible? If yes, how?

Thanks for your help.

도움이 되었습니까?

해결책

Create a custom revision entity (annotate it with @RevisionEntity) and then you can specify the name of the table in the usual way.

See also Envers docs.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top