Execute sql script after jpa/EclipseLink created tables?

后端 未结 6 715
一个人的身影
一个人的身影 2021-01-01 23:24

is there a possibility to execute an sql script, after EclipseLink generated the ddl?
In other words, is it possible that the EclipseLink property \"eclipselink.ddl-gene

6条回答
  •  我在风中等你
    2021-01-01 23:58

    This might help as there is a confusion here: Use exactly the same set of properties (except logger) for data seeding.

    DO NOT USE:

    
    
    

    DO USE:

    
    
    
    

    I confirm this worked for me.

提交回复
热议问题