Package com.google.inject.persist

Guice Persist: a lightweight persistence library for Guice; this extension requires guice-persist-3.0.jar.

See:
          Description

Interface Summary
PersistService Persistence provider service.
UnitOfWork This interface is used to gain manual control over the unit of work.
 

Class Summary
PersistFilter Apply this filter to enable the HTTP Request unit of work and to have guice-persist manage the lifecycle of active units of work.
PersistModule Install this module to add guice-persist library support for JPA persistence providers.
 

Annotation Types Summary
Transactional Any method or class marked with this annotation will be considered for transactionality.
 

Package com.google.inject.persist Description

Guice Persist: a lightweight persistence library for Guice; this extension requires guice-persist-3.0.jar.



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.