Joined: Tue May 05, 2009 5:33 pm Posts: 2
|
I have java code that writes a script file, /tmp/m5.script. The program reads a persistence.xml that includes the line - <property name='hibernate.connection.url' value='jdbc:hsqldb:file:/tmp/m5' />
The writing of the script file is triggered by a EntityManagerFactory.close() in my code. So Hibernate and java persistence then control the actual writing of the file.
How do I read this script file in a java program? I want to read into memory this database that I made with the earlier program. I suspect this is a really simple problem for some of you!
|
|