Configuring Eclipse JPA DDL Generation to Generate SQL Delimiter

Is there a way to customize the Eclipse JPA DDL generation to specify the trailing ';' for each statement in the output file? For example:

CREATE TABLE PHYSICAL_OBJECT (ID BIGINT NOT NULL, PRIMARY KEY (ID))

      

will become

CREATE TABLE PHYSICAL_OBJECT (ID BIGINT NOT NULL, PRIMARY KEY (ID));

      

+3
eclipse jpa eclipselink ddl dali


source to share


No one has answered this question yet

See similar questions:

nine
Problems generating sql via eclipseLink - missing separator

or similar:

437
How can I disable Eclipse code formatting for specific sections of Java code?
341
Create the perfect JPA object
fourteen
Generate DDL for JPA 2.0 with EclipseLink
nine
How to choose DDL master key constraint names with JPA / Hibernate
2
JPA generates Entity from DB, converts BigInt to String
1
How can I create ddl for my jpa objects from java code?
1
Improving the generated DDL EclipseLink
0
JPA tool - create entities from tables with foreign keys mapped with non-primary key
0
generate DDL from JPA annotations
0
DDA DDL Generation Exception



All Articles
Loading...
X
Show
Funny
Dev
Pics