Class Overview
JPA provider for guice persist.
Public Constructors
public
JpaPersistModule
(String jpaUnit)
Public Methods
public
JpaPersistModule
addFinder
(Class<T> iface)
Adds an interface to this module to use as a dynamic finder.
Parameters
iface
| Any interface type whose methods are all dynamic finders.
|
public
JpaPersistModule
properties
(Properties properties)
Configures the JPA persistence provider with a set of properties.
Parameters
properties
| A set of name value pairs that configure a JPA persistence
provider as per the specification.
|
Protected Methods
protected
void
configurePersistence
()
protected
MethodInterceptor
getTransactionInterceptor
()