TableGo v5.0.0 version update is shockingly released, the function is more powerful, come and watch quickly, this version update is as follows:
1. The UI interface has been greatly revised, and the functional modules have been reorganized to meet the richer functions and designs in the future. .
2. Added Mapper mapping configuration files for batch generation of MyBaits.
3. Added the function of generating SQL based on database tables, which can automatically generate various SQL according to configuration.
4. Modify and optimize to quickly generate JavaBeans based on fields, add field types and default types, etc.
5. Fixed the issue where JPA annotations generated by PostgreSQL sometimes make errors.
6. Support database case-sensitive and table names and field names that contain both uppercase and lowercase letters.
7. Provide Jar package version, perfectly supporting Linux and MacBook.
8. Other bug modifications and code optimization adjustments.
There is another setting tip here, that is, when setting the entity generation strategy, it is best to choose no field validation, because I found that obtaining field validation data through JDBC is a bit slow and inefficient. Moreover, by configuring the naming strategy of Hibernate and MyBaits, the entity generation strategy can be set to "no Column annotations on all fields". This will generate JavaBeans the fastest and make future code maintenance much easier.
Hibernate or JPA Configuration: hibernate.ejb.naming_strategy = org.hibernate.cfg.improVEDNAMIMINGSTRATEGY
This configuration: MapundersCoreTocamelcase = TRUE (So after configuration, there is no need to write a resultMap field mapping in MAPPER.XML )
The database driver package used by MySQL: mysql-connector-java-5.1.39.jar
The database driver package used by Oracle: ojdbc14.jar
The database driver package used by SQL Server: sqljdbc4.jar
The database driver package used by PostgreSQL: postgresql-9.4.1212.jre7.jar
has been automatically generating JavaBeans according to the database table structure, automatically generating MyBaits Mapper mapping configuration files, and automatically generating databases. Designing documents is a headache, a waste of time and cumbersome. Looking at tens of thousands of fields in dozens or hundreds of tables is really painful.
We have also thought of many ways to solve this problem, including using MyEclipse to connect to the database to generate JavaBeans, but there are still some unsatisfactory aspects, including the fact that comments for tables and table fields cannot always be generated, and there will be A lot of useless comment code is generated, which makes the code look unclean at all, and the configuration is very cumbersome, etc.
So out of anger, I started to make enough food and clothing by myself, so I wrote an automated database-based generation tool using Swing, which supports four databases: MySQL, Oracle, SQLServce, and PostgreSQL, and supports multiple operating systems such as Window, Linux, and MacBook. The system perfectly supports JPA annotations, can generate Entities and DTOs at the same time, can automatically remove table prefixes, and supports single and batch generation of JavaBeans. Now not only can comments be generated on member variables, but there can also be comments on Getters and Setters. More importantly, it can also automatically generate database design documents and MyBaits Mapper mapping configuration files. If there are multiple data sources, it can also be generated in batches, which is very convenient to use.
All configurations are saved locally. As long as they are configured once, the Mapper mapping configuration files and database design documents for JavaBeans and MyBaits can be generated in seconds the next time you use it. It also integrates various practical tools to make work more efficient. Instantly explode, productivity instantly explodes!
After using and accumulating some projects, I will share it. If you have any good suggestions and ideas, you can also put forward them. Because I am very busy and do not have time to do very comprehensive testing, there must be some bugs. Due to environmental reasons, the main tests are MySQL, Oracle, SQLServer, and PostgreSQL are not fully tested, and there may be some bugs. If you find any bugs, remember to tell me so that they can be corrected in the next version.
1. Database configuration interface:
2. Public parameter configuration interface:
3. Generate Bean configuration interface:
###4. Generate MyBaits Mapper mapping file configuration interface:
5. Generate database design document configuration interface:
6. Integrated tool interface, Integrating 11 practical tools, work efficiency is instantly improved several times:
7. Added the function of generating MyBaits Mapper mapping configuration file, and batch-generates Mapper.xml according to the current database configuration:
8. The function of batch generating database design documents can quickly generate databases in batches. Design documents. If a multi-thread processing timeout exception occurs when generating a document, you can avoid the timeout exception by increasing the multi-thread timeout and reducing the number of tables processed by each thread (modifying multi-thread parameters requires restarting the program). If the generated Word file If you can't open it with MS Office, you can open it with WPS and save it once, and then you can open it with MS Office. If you don't have WPS installed, you can also open it with WordPad, and then save it as a docx file. It is recommended to open or transfer it with WPS. , so that the file style will not be affected, and the ER diagram will be clearer. The Word file is generated with docx4j-3.3.1.jar:
9. Modify and optimize to quickly generate JavaBeans based on fields, add field types and default types, etc.:
11. This is the automatically generated Entity and DTO:
12. This The latest source code statistics:
## To use this tool, you need to install JDK7 and above, because the development environment and compilation environment currently used are JDK7. Other versions of JDK have not been tested. There should be no problem with higher versions. They must be included in the environment variables of the operating system. Configure JAVA_HOME, otherwise Java will not be found.
I have looked for a lot of tools to package Jar packages into EXE files, but none of them can perfectly support 64-bit systems. Finally, I found exe4j, which can finally perfectly support packaging into a version supported by 64-bit systems. I myself I am using the 64-bit Win10 system that comes with Alienware15R2. If the generated 32-bit program cannot run, please tell me and I will go find a virtual machine to test it.
The above is the detailed content of JAVA database-based automatic generation tool, JavaBean, database documentation. For more information, please follow other related articles on the PHP Chinese website!

本篇文章给大家带来了关于mysql的相关知识,其中主要介绍了关于索引优化器工作原理的相关内容,其中包括了MySQL Server的组成,MySQL优化器选择索引额原理以及SQL成本分析,最后通过 select 查询总结整个查询过程,下面一起来看一下,希望对大家有帮助。

sybase是基于客户/服务器体系结构的数据库,是一个开放的、高性能的、可编程的数据库,可使用事件驱动的触发器、多线索化等来提高性能。

visual foxpro数据库文件是管理数据库对象的系统文件。在VFP中,用户数据是存放在“.DBF”表文件中;VFP的数据库文件(“.DBC”)中不存放用户数据,它只起将属于某一数据库的 数据库表与视图、连接、存储过程等关联起来的作用。

数据库系统由4个部分构成:1、数据库,是指长期存储在计算机内的,有组织,可共享的数据的集合;2、硬件,是指构成计算机系统的各种物理设备,包括存储所需的外部设备;3、软件,包括操作系统、数据库管理系统及应用程序;4、人员,包括系统分析员和数据库设计人员、应用程序员(负责编写使用数据库的应用程序)、最终用户(利用接口或查询语言访问数据库)、数据库管理员(负责数据库的总体信息控制)。

microsoft sql server是Microsoft公司推出的关系型数据库管理系统,是一个全面的数据库平台,使用集成的商业智能(BI)工具提供了企业级的数据管理,具有使用方便可伸缩性好与相关软件集成程度高等优点。SQL Server数据库引擎为关系型数据和结构化数据提供了更安全可靠的存储功能,使用户可以构建和管理用于业务的高可用和高性能的数据应用程序。

go语言可以写数据库。Go语言和其他语言不同的地方是,Go官方没有提供数据库驱动,而是编写了开发数据库驱动的标准接口,开发者可以根据定义的接口来开发相应的数据库驱动;这样做的好处在于,只要是按照标准接口开发的代码,以后迁移数据库时,不需要做任何修改,极大方便了后期的架构调整。

数据库的“完整性”是指数据的正确性和相容性。完整性是指数据库中数据在逻辑上的一致性、正确性、有效性和相容性。完整性对于数据库系统的重要性:1、数据库完整性约束能够防止合法用户使用数据库时向数据库中添加不合语义的数据;2、合理的数据库完整性设计,能够同时兼顾数据库的完整性和系统的效能;3、完善的数据库完整性有助于尽早发现应用软件的错误。

mysql查询为什么会慢,关于这个问题,在实际开发经常会遇到,而面试中,也是个高频题。遇到这种问题,我们一般也会想到是因为索引。那除开索引之外,还有哪些因素会导致数据库查询变慢呢?


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

WebStorm Mac version
Useful JavaScript development tools

Zend Studio 13.0.1
Powerful PHP integrated development environment

SublimeText3 Linux new version
SublimeText3 Linux latest version

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
