MySQL DDL (Create Table)
Java Entity Code

MySQL to Java Entity Tool Instructions

Features

  • Powerful Regex Engine: Perfectly parses MySQL CREATE TABLE statements with `backticks`, COMMENT annotations, and various data types.
  • Smart CamelCase Conversion: Automatically converts underscore-style table names (like sys_user) to UpperCamelCase class names (SysUser), and column names to lowerCamelCase property names.
  • Rich Framework Support: Check the top options to inject specific annotations for ecosystems like Lombok, MyBatis-Plus, JPA/Hibernate, and Swagger with one click.
  • Modern Date API: Supports switching between Java 8's LocalDateTime and traditional java.util.Date.
  • Smart Type Mapping: Automatically converts database varchar, bigint, decimal, tinyint to Java standard String, Long, BigDecimal, and Integer.