Is there any way to execute a custom script after JPA created tables?
Hi
I am looking for a way to execute some scripts right after JPA created the tables. I want the script to be executed once and not every time my application start.
I though maybe Toplink has some extensions for this.
Thanks.