Class HSQLSerializationFactory

java.lang.Object
org.oddjob.sql.HSQLSerializationFactory
All Implemented Interfaces:
SQLSerializationFactory

public class HSQLSerializationFactory extends Object implements SQLSerializationFactory
An implementation SQLSerializationFactory for HSQLDB but implemented in ANSI SQL so should work with most DBs.

This class is synchronised on the statements to avoid what appeared to be deadlock in HSQL but no detailed investigation of this was undertaken.

Author:
rob