sahlouls

Results 3 comments of sahlouls

Also in Intellij IDEA 2022.1.2 Multirun 1.13 ``` Access is allowed from event dispatch thread only com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false Current thread: Thread[ApplicationImpl pooled thread 527,4,main] 141643375 SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 632200955 at com.intellij.openapi.application.impl.ApplicationImpl.throwThreadAccessException(ApplicationImpl.java:1103)...

Hi @lukaseder, I have tried to use the class 2 ways: - Used the `QuotedPhysicalNamingStrategy` in my hibernates properties (creating config programmaticaly) ``` properties.put(Environment.PHYSICAL_NAMING_STRATEGY, "com.example.QuotedPhysicalNamingStrategy"); ``` - Used the `QuotedPhysicalNamingStrategy`...