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 8:30:52 6 */ 7 package org.asyrinx.joey.hibernate.seasar.filter; 8 9 import org.seasar.hibernate.S2Session; 10 import org.seasar.hibernate.S2SessionFactory; 11 12 /*** 13 * @author takeshi 14 */ 15 public interface RequestS2SessionFactory extends S2SessionFactory { 16 17 public void setSession(S2Session session); 18 19 }