Execute sql script after jpa/EclipseLink created tables?

后端 未结 6 695
一个人的身影
一个人的身影 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:59

    It is called BEFORE ddl-execution. And there seems to be no nice way to adapt it, as there is no suitable event one could use.

提交回复
热议问题