org.guiceyfruit.jpa
Class JpaModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.guiceyfruit.support.GuiceyFruitModule
          extended by org.guiceyfruit.jsr250.Jsr250Module
              extended by org.guiceyfruit.jpa.JpaModule
All Implemented Interfaces:
com.google.inject.Module

public class JpaModule
extends Jsr250Module

Allows the JPA persistence context to be injected via PersistenceContext

Version:
$Revision: 1.1 $

Constructor Summary
JpaModule()
           
 
Method Summary
protected  void configure()
           
 
Methods inherited from class org.guiceyfruit.support.GuiceyFruitModule
bind, bind, bind, bindAnnotationInjector, bindAnnotationInjector, bindAnnotationInjector, bindInstance, bindMethodHandler, bindMethodHandler, bindMethodHandler, checkInjectedValueType, getParameterType
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpaModule

public JpaModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class Jsr250Module


Copyright © 2011. All Rights Reserved.