net.sf.hibernate4gwt.core.beanlib
Class BeanlibThreadLocal

java.lang.Object
  extended by net.sf.hibernate4gwt.core.beanlib.BeanlibThreadLocal

public class BeanlibThreadLocal
extends java.lang.Object

Thread local to store BeanLib additional parameters

Author:
bruno.marchesson

Constructor Summary
BeanlibThreadLocal()
           
 
Method Summary
static java.lang.Object getDestinationBean()
           
static void setDestinationBean(java.lang.Object destinationBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanlibThreadLocal

public BeanlibThreadLocal()
Method Detail

getDestinationBean

public static java.lang.Object getDestinationBean()
Returns:
the destinationBean

setDestinationBean

public static void setDestinationBean(java.lang.Object destinationBean)
Parameters:
destinationBean - the destinationBean to set