Uses of Interface
net.databinder.hib.SessionUnit

Packages that use SessionUnit
net.databinder.hib   
 

Uses of SessionUnit in net.databinder.hib
 

Methods in net.databinder.hib with parameters of type SessionUnit
static java.lang.Object Databinder.ensureSession(SessionUnit unit)
          Wraps SessionUnit callback in a temporary thread-bound Hibernate session from the default factory if necessary.
static java.lang.Object Databinder.ensureSession(SessionUnit unit, java.lang.Object key)
          Wraps SessionUnit callback in a temporary thread-bound Hibernate session from the keyed factory if necessary.
 



Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.