org.meta2project.storage.hsqldb
Class HSQLDBSession

java.lang.Object
  extended by org.meta2project.storage.DBSession
      extended by org.meta2project.storage.hsqldb.HSQLDBSession
All Implemented Interfaces:
Session

Deprecated.

public class HSQLDBSession
extends DBSession

Сессия для работы с HSQLDB.

Author:
Anton Malykh

Constructor Summary
HSQLDBSession()
          Deprecated. Создать сессию для работы с БД в памяти.
HSQLDBSession(java.lang.String dir)
          Deprecated. Создать сессию для работы с отнологиями, хранимыми в HSQLDB.
 
Method Summary
 void close()
          Deprecated. Закрыть сессию.
 void initTables()
          Deprecated.  
 
Methods inherited from class org.meta2project.storage.DBSession
getBox, getCache, getDbContext, getListenerManager, openConnection, openTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSQLDBSession

public HSQLDBSession(java.lang.String dir)
Deprecated. 
Создать сессию для работы с отнологиями, хранимыми в HSQLDB.

Parameters:
dir - имя данных
Throws:
java.lang.Exception - ошибка

HSQLDBSession

public HSQLDBSession()
              throws java.lang.Exception
Deprecated. 
Создать сессию для работы с БД в памяти.

Throws:
java.lang.Exception - ошибка
Method Detail

initTables

public void initTables()
                throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

close

public void close()
Deprecated. 
Description copied from class: DBSession
Закрыть сессию.

Specified by:
close in interface Session
Overrides:
close in class DBSession