Cannot resolve table 'XXXX' in Entity classes when Data Source is assigned correctly
已回答
After updating IntelliJ IDEA to 2025.3 (Ultimate enabled) from the previous public release, a project that had no warnings in Entity classes started showing errors about the DB schema. Example image:

The data source is assigned correctly, and the data source is updated in the Database view in IntelliJ IDEA.
请先登录再写评论。
Hi Niazi Chatzi Chalil,
It seems to work fine for me in IntelliJ IDEA 2025.3. Does the issue occur when the schema containing the LOGS table is fully introspected (i.e., when you can see the table in the Database Explorer)? Is the problem reproducible with any classes or objects, or is it specific to certain ones?
It does have the same behavior for all entity classes. And yes, whether or not it is fully introspected it will have the issue. I have tried deleting the cache of IntelliJ too with no success.
Niazi Chatzi Chalil,
Could you let me know which DBMS you're using? Also, does running Diagnostics | Force Refresh from the data source context menu make any difference?
I am using Oracle. Tried doing the Diagnostics | Force Refresh with no luck.
I see, thanks for checking. Would you be able to share your logs (the idea.log file, available via Help | Show Log in…) and a sample project, as I’m not able to reproduce the issue on my side?
You can upload them privately to https://uploads.jetbrains.com and share the upload ID once it’s done, so I can locate the files.
Hello,
I've uploaded the log file with id: Upload id: 2026_02_03_rszpLeepoLFtjSg4uEWNtM (file: idea.log)
Thank you!
Thank you, Niazi Chatzi Chalil. Would it also be possible to upload a sample project in which the issue can be reproduced for you?
I have created a sample project (I don't think it runs) but it has a sqlite file and an Entity file that maps to a table and a field. Both show me the warning I have described initially and do not “connect” to the appropriate sections (table/field).
Upload id: 2026_02_04_XPSNU6eGAKuqUNFCtzWnjg (file: demo.rar)
Hello,
It is a known issue in 2025.3 version related to plugins dependencies. The fix will be included in 2026.1 version
Related issue in a bug tracker: https://youtrack.jetbrains.com/issue/IDEA-384811
Please check if you have Reverse Engineering plugin installed and enabled
Thanks Egor, after enabling the plugin everything seems okay!