Unable to set few hibernate properties in Quarkus

Viewed 288

I am trying to set this property (hibernate.id.generator.stored_last_used) in application.properties of a quarkus application. But quarkus is ignoring stating that it a Unrecognized configuration key.

How to set few hibernate properties which are not recognized by quarkus-hibernate-orm extension?

1 Answers
Related