01: package net.sourceforge.jaxor.example.db;
02:
03: /**
04: * Created By: Mike
05: * Date: Nov 28, 2003
06: * Time: 4:36:32 PM
07: *
08: * Last Checkin: $Author: mrettig $
09: * Date: $Date: 2004/01/21 03:55:06 $
10: * Revision: $Revision: 1.1 $
11: */
12: public class HypersonicContextTestingFactory extends
13: JaxorContextTestingFactoryImpl {
14:
15: public HypersonicContextTestingFactory() {
16: super (HyperConnection.INSTANCE.getConnection(), false);
17: }
18: }
|