« Return to Thread: Generating INSERT statments to file

Generating INSERT statments to file

by rgn :: Rate this Message:

Reply to Author | View in Thread

Hi All,

We're currently using EclipseLink and working on migration data.

We're trying to find out if it is even possible to have EclipseLink generate
the INSERT statement for us and store it to a file without persisting to any
database?

So we want just to capture all the insert statements and put it in a file
and use it later.

We're using the Classic API and the case is for new objects and write only.

 « Return to Thread: Generating INSERT statments to file