formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
219 stars 60 forks source link

[feature request] - jpa generation #90

Open fssrepository opened 5 years ago

fssrepository commented 5 years ago

It would be nice, if i would be able to select a table or a db and ask for jpa generation for my project. Unfortunately it would be good for all db related plugins in vs code.

Hibernate tools a little bit buggy (the hibernate tools is even buggier for spatial data types related to hibernate), although can be used for such an action. To generate jpa code from db is not a big deal, really, but to manually type in the jpa entities is definitely a deal breaker for VS code usage.

I'm not sure where to add such a plugin, because the Mysql ui is needed for such an action.

The feature is completly missed out from Vs Code.

It would be nice also, if this plugin would be able to use the hibernate.properties file by right click.