Known Direct Subclasses
|
Class Overview
Install this module to add guice-persist library support for JPA persistence
providers.
Summary
[Expand]
Inherited Methods |
From class
com.google.inject.AbstractModule
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
From interface
com.google.inject.Module
abstract
void
|
configure(Binder binder)
Contributes bindings and other configurations for this module to binder .
|
|
Public Constructors
Protected Methods
protected
final
void
configure
()
Configures a Binder
via the exposed methods.
protected
abstract
void
configurePersistence
()
protected
abstract
MethodInterceptor
getTransactionInterceptor
()