org.meta2project.storage.derby
Class DerbySession

java.lang.Object
  extended by org.meta2project.storage.DBSession
      extended by org.meta2project.storage.derby.DerbySession
All Implemented Interfaces:
Session

public class DerbySession
extends DBSession

Author:
Anton Malykh

Constructor Summary
DerbySession(java.lang.String dir)
          Создать работу в БД derby, расположенной в dir
 
Method Summary
 void close()
          Закрыть сессию.
 
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

DerbySession

public DerbySession(java.lang.String dir)
Создать работу в БД derby, расположенной в dir

Parameters:
dir - каталог
Method Detail

close

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

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