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
4
4
jar to be run as a standalone tool. It internally uses JSqlParser to parse the DDL statements.
5
5
6
6
The 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.
8
8
- @OneToMany , @ManyToMany , @JoinColumn annotations for association mappings.
9
9
- @Embeddable and @EmbeddedId for composite keys.
10
10
- @MapsId for shared primary keys.
@@ -17,7 +17,7 @@ and much more!
17
17
18
18
1 . The SQL file should contain only SQL statements
19
19
2 . 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.
21
21
4 . Supported DDL statements are:
22
22
* CREATE TABLE
23
23
* ALTER TABLE ADD CONSTRAINT PRIMARY KEY
You can’t perform that action at this time.
0 commit comments