CREATE TABLE input
Generated entity0 tables
Convert SQL CREATE TABLE DDL into Java POJOs with JPA / MyBatis-Plus / Lombok annotations. Smart type mapping (VARCHAR → String, INT → Integer, TIMESTAMP → LocalDateTime, DECIMAL → BigDecimal), generates field comments from SQL COMMENT, @Column annotations, @Id, @GeneratedValue. Also supports snake_case → camelCase, optional explicit getter/setter (when Lombok is forbidden), Builder pattern. All conversion runs locally.
SQL DDL to entity, DB design to code, PowerDesigner/Navicat export handling, microservice split, DB migration. Java backend, DBA, architect. JPA/MP dual ORM, Lombok option, smart type mapping, composite keys are the differentiators.