There is a database with SQL scripts for creating tables. There is Intellij IDEA, in the project of which this DB is attached. The project is still empty. How in Intellij IDEA on a DB to create the classes describing tables from a DB? Thanks in advance.
- Using IDE, it is impossible to implement this automatically - the editor cannot know which coding standard you use, work with namespaces, use some kind of base class, etc. But if you use some kind of framework, then there may be packages for this. - Alexey Ukolov
- @ AlekseyUkolov Strange, but in NetBeans such a function is possible - uncleSAM
|