com.wideplay.warp.db4o
Class Db4oBindingSupport

java.lang.Object
  extended by com.wideplay.warp.db4o.Db4oBindingSupport

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

Author:
Jeffrey Chung (lwbruce@gmail.com)

Method Summary
static void addBindings(com.google.inject.Binder binder)
           
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)

setUnitOfWork

public static void setUnitOfWork(UnitOfWork unitOfWork)

getInterceptor

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