com.wideplay.warp.hibernate
Class HibernateBindingSupport

java.lang.Object
  extended by com.wideplay.warp.hibernate.HibernateBindingSupport

@Immutable
public final class HibernateBindingSupport
extends java.lang.Object

Created with IntelliJ IDEA. On: 2/06/2007

Since:
1.0
Author:
Dhanji R. Prasanna (dhanji@gmail.com)

Method Summary
static void addBindings(com.google.inject.Binder binder)
           
static org.aopalliance.intercept.MethodInterceptor getFinderInterceptor()
           
static org.aopalliance.intercept.MethodInterceptor getInterceptor(TransactionStrategy transactionStrategy)
           
static void setUnitOfWork(UnitOfWork unitOfWork)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addBindings

public static void addBindings(com.google.inject.Binder binder)

getInterceptor

public static org.aopalliance.intercept.MethodInterceptor getInterceptor(TransactionStrategy transactionStrategy)

getFinderInterceptor

public static org.aopalliance.intercept.MethodInterceptor getFinderInterceptor()

setUnitOfWork

public static void setUnitOfWork(UnitOfWork unitOfWork)