sql « jdo « Java Enterprise Q&A





1. Can I execute SQL statements directly in a JDO environment?    stackoverflow.com

I am using Datanucleus JDO on top of HSqlDb. I would like to execute the following SQL statement to tell HsqlDb to set the write delay to 0:
"SET WRITE_DELAY 0" Is there a ...