org.placelab.mapper
Class HsqlMapper
java.lang.Object
org.placelab.mapper.AbstractMapper
org.placelab.mapper.JDBCMapper
org.placelab.mapper.HsqlMapper
- All Implemented Interfaces:
- Mapper
- public class HsqlMapper
- extends JDBCMapper
A Mapper that uses Hsql to store Beacons.
The default path for the Hsql datastore is
in placelab.datadir/hsqlmap
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_NAME
public static java.lang.String DEFAULT_NAME
HsqlMapper
public HsqlMapper(java.lang.String path,
boolean shouldCache)
throws java.lang.ClassNotFoundException,
java.sql.SQLException
HsqlMapper
public HsqlMapper(boolean shouldCache)
throws java.lang.ClassNotFoundException,
java.sql.SQLException
HsqlMapper
public HsqlMapper()
throws java.lang.ClassNotFoundException,
java.sql.SQLException
open
public boolean open(boolean createTable)
throws java.sql.SQLException
- Overrides:
open in class JDBCMapper
- Throws:
java.sql.SQLException
endBulkPuts
public void endBulkPuts()
- Specified by:
endBulkPuts in interface Mapper- Overrides:
endBulkPuts in class JDBCMapper