ORA-00997 illegal use of Long datatype while selecting data with Spring Data JPA
I recently updated an application to SpringBoot 3.2 with Hibernate 6 and encountered and issue selecting data by using repository.findById() out of an Oracle database with column type LONG RAW containing a hex string.