1 /* 2 * joey-sample1 and its relative products are published under the terms 3 * of the Apache Software License. 4 * 5 * Created on 2004/12/08 9:31:29 6 */ 7 package org.asyrinx.joey.hibernate.seasar.filter; 8 9 import org.seasar.hibernate.S2Session; 10 11 /*** 12 * @author takeshi 13 */ 14 public interface S2SessionFactoryWrapper { 15 16 S2Session getSession(); 17 18 }