Hi, Is there a way to use JPA abstraction from Java code to manipulate database instances, triggers, stored procedure ?
Before going to the complex scenario, simple things first : How can I create a database instance in a Java way : "dev once, run everywhere" ? I had to write some SQL to create a MySQL database empty instance from Java code but that code is not portable now. Any thoughts ? Ps : more complex scenarios : need to manage triggers, how can I create, update and delete it in a portable manner ?