View Javadoc
1   package net.sf.maia.core.storage;
2   
3   import javax.jcr.Session;
4   
5   /***
6    *
7    *
8    * @author Magnus Grimsell
9    */
10  public interface SessionHolder
11  {
12      Session getSession();
13  }