Skip to content

Commit 2ca6bb8

Browse files
committed
update readme
1 parent d13e7bb commit 2ca6bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Java tool to generate Lombok wired JPA entities from DDL statements. The libra
44
jar to be run as a standalone tool. It internally uses JSqlParser to parse the DDL statements.
55

66
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.
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

1818
1. The SQL file should contain only SQL statements
1919
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.
2121
4. Supported DDL statements are:
2222
* CREATE TABLE
2323
* ALTER TABLE ADD CONSTRAINT PRIMARY KEY

0 commit comments

Comments
 (0)