how can I export Hibernate data to SQL statements, so that I might reimport them. The data consists of mapped Entities, with Strings, Enums, Integers etc.
I would need an export like: insert into XX (...)
Or similar which I could easily rewrite. Is there anything I could use yet?
ty