play1 icon indicating copy to clipboard operation
play1 copied to clipboard

hibernate.id.new_generator_mappings=false in a multidatabase configuration

Open facos86 opened this issue 7 years ago • 0 comments

Hi, Any idea of how to configure hibernate.id.new_generator_mappings=false in multi database environment ? hibernate.id.new_generator_mappings=false is working well for the primary database, but it not working for others databases configured in my project

Ps I have tried : db.database2.hibernate.id.new_generator_mappings=false database2.hibernate.id.new_generator_mappings=false ...

facos86 avatar Aug 13 '18 12:08 facos86