Entities with UUIDs run into the following error on SAP HANA:
Schema-validation: wrong column type encountered in column [column_name] in table [table_name]; found [binary (Types#VARBINARY)], but expecting [uuid (Types#UUID)]
Likely, something like https://github.com/hibernate/hibernate-orm/commit/69668c32b79ced6c872aba2961ed0c5874d99107 is also required for SAP HANA.