play1
play1 copied to clipboard
hibernate.id.new_generator_mappings=false in a multidatabase configuration
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 ...