001 package net.databinder.hib;
002
003 /**
004 * Request cycle that should be notified on the first use of a data session.
005 */
006 public interface HibernateRequestCycle {
007 public void dataSessionRequested(Object key);
008 }