Stefan Kuehnel commented on an issue
Hibernate ORM / Bug HHH-8497
AuditReader.find() causes SQL error ORA-00932 with oracle when using ClassicQueryTranslatorFactory
Calling AuditReader.find() for a certain revision causes a ORA-00932 error with the message "ORA-00932: inconsistent datatypes: expected NUMBER got BINARY" (see surefire-report in attachment) when property hibernate.query.factory_class is set to org.hibernate.hql.internal.classic.ClassicQueryTranslatorFactory

The behaviour does not occur, when ClassicQ...