public abstract class

PersistModule

extends AbstractModule
java.lang.Object
   ↳ com.google.inject.AbstractModule
     ↳ com.google.inject.persist.PersistModule
Known Direct Subclasses

Class Overview

Install this module to add guice-persist library support for JPA persistence providers.

Summary

Public Constructors
PersistModule()
Protected Methods
final void configure()
Configures a Binder via the exposed methods.
abstract void configurePersistence()
abstract MethodInterceptor getTransactionInterceptor()
[Expand]
Inherited Methods
From class com.google.inject.AbstractModule
From class java.lang.Object
From interface com.google.inject.Module

Public Constructors

public PersistModule ()

Protected Methods

protected final void configure ()

Configures a Binder via the exposed methods.

protected abstract void configurePersistence ()

protected abstract MethodInterceptor getTransactionInterceptor ()