File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A Java tool to generate Lombok wired JPA entities from DDL statements. The libra
44jar to be run as a standalone tool. It internally uses JSqlParser to parse the DDL statements.
55
66The tool can generate the following,
7- - Entities for all tables having annotations @Table and @Column for table and column names respectively.
7+ - Entities for all tables with annotations @Table and @Column for table and column names respectively.
88- @OneToMany , @ManyToMany , @JoinColumn annotations for association mappings.
99- @Embeddable and @EmbeddedId for composite keys.
1010- @MapsId for shared primary keys.
@@ -17,7 +17,7 @@ and much more!
1717
18181 . The SQL file should contain only SQL statements
19192 . All SQL statements should terminate with a semicolon(;)
20- 3 . Presence of other intructions such as PL/SQL blocks may get ignored if properly terminated with semicolons.
20+ 3 . Presence of other instructions such as PL/SQL blocks may get ignored if properly terminated with semicolons.
21214 . Supported DDL statements are:
2222 * CREATE TABLE
2323 * ALTER TABLE ADD CONSTRAINT PRIMARY KEY
You can’t perform that action at this time.
0 commit comments