Reverse engineering of entities not working
Version Details:
IntelliJ IDEA 2025.1 (Ultimate Edition)
Build #IU-251.23774.435, built on April 14, 2025
Source revision: 9b2a2c261c093
Runtime version: 21.0.6+9-b895.109 aarch64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 15.4
I am running a MSSQL 2022 developer edition locally. I am able to connect to a database and schema from IntelliJ
Now, when I go to the 'Persistence' view, and try any of the options(New -> Persistence Unit, New -> JPA Entities from DB), the above database doesn't simply show up in the drop-down, also when I try to add it manually, nothing changes:
I tried several troubleshooting articles e.g.: this in vain.
The plugins also seem to be in order:
What am I missing?
Please sign in to leave a comment.