当前位置:网站首页>Idea automatically generates entity classes of corresponding tables in the database
Idea automatically generates entity classes of corresponding tables in the database
2022-07-16 05:26:00 【Brother radan】
Idea Automatically generate entity classes of corresponding tables in the database
One 、 Use steps
First step : Connect to database (view->Tool Windows->database))
The second step : add to mysql data source 
Enter your own mysql User name and password ---- Connect 
The third step : Add in module JPA(File->Project Structure->Modules) ------------ Click on “+” find JPA add to ------apply
Step four : There will be one Persistence Popup
Then click the one you added under your module JPA After right clicking -> Click on Generate Persistence Mapping-By Database Scma
Step five : To configure Database Scheme (Map As Double click to modify )
The last step : Check the corresponding entity class under your module 
end
边栏推荐
- Dark blue themed boss, can you add a typewriter function so that you can choose when typing
- 初识c语言(二)
- Use of command line client
- 2022暑期实践(PowerDesigner教程学习记录)(第一周)
- 油猴脚本更改tw樣式
- FTP 上传文件脚本说明
- P1664 clock in every day and feel good [getting started]
- Collation of basic MySQL operations
- [a little knowledge] AQS
- Flask 开发 & Get/Post 请求
猜你喜欢

Changement de style TW du script singe huileux

Flink CDC MongoDB Connector 的实现原理和使用实践

Ardunio -- interaction between touch sensor and light -- judge whether the light is on according to the touch screen

基于ssm项目中pagehelper分页插件的使用(简单易上手)

Implementation principle and application practice of Flink CDC mongodb connector

流批一体在京东的探索与实践

Use of command line client

Flink CDC 在大健云仓的实践

Flink CDC + oceanbase full incremental integrated data integration scheme

藍橋杯單片機第13届省賽題
随机推荐
扩展知识——JS的劫持技术
随机信号分析第2版 [赵淑清郑薇编著] (部分)课后作业答案(自己写的)
ES6--类(class)
ES6新增的箭头函数
数据库进阶
ES6--symbol( )与Map( )
数据类型与约束
自适应批作业调度器:为 Flink 批作业自动推导并行度
Micro service mode: sidecar
Array changes, but the view cannot be updated (reason and thinking)
CONDA based operation record of starting a tensorflow GPU (2.6.0) environment on win10 from scratch (2022.07)
Call GPU completely through torch on pycharm (the most detailed)
藍橋杯單片機第13届省賽題
ES6--string(字符串)
正则表达式
ES6--Set
Solve the problem that the pictures uploaded by the SSM project cannot be echoed in time
New progress in the construction of meituan's Flink based real-time warehouse platform
Ardunio——触摸传感器和灯光的互动——根据触摸屏判定是否亮灯
c语言中的输入输出函数之scanf函数