Could you please check if At the moment OGM doesn’t work with Envers because it doesn’t recognize the additional entities introduced by envers.
This is possible the exception thrown:
\{code}
Caused by: org.hibernate.HibernateException: OGM000059: Unable to mix Hibernate OGM and Hibernate Envers? find a GridType for org.hibernate.type.CustomType
regards \{code}
The cause of the exception (visible debugging) is this type: `org.hibernate.envers.internal.entities.RevisionTypeType`
Not sure if registering the entities is enough to make it work. |
|