Package | Description |
---|---|
com.google.inject.persist |
Guice Persist: a lightweight persistence library for Guice; this extension requires
guice-persist.jar . |
com.google.inject.persist.jpa |
guice-persist's Java Persistence API (JPA) support.
|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
JpaFinderProxy
TODO(dhanji): Make this work!!
|
(package private) class |
JpaPersistService |
static class |
JpaPersistService.EntityManagerFactoryProvider |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
InternalServletModule.BackwardsCompatibleServletContextProvider
Special Provider that tries to obtain an injected servlet context, specific
to the current injector, failing which, it falls back to the static singleton
instance that is available in the legacy Guice Servlet.
|
(package private) class |
ManagedFilterPipeline
Central routing/dispatch class handles lifecycle of managed filters, and delegates to the servlet
pipeline.
|
(package private) class |
ManagedServletPipeline
A wrapping dispatcher for servlets, in much the same way as
ManagedFilterPipeline is for
filters. |
Modifier and Type | Method and Description |
---|---|
(package private) GuiceFilter |
InternalServletModule.provideScopingOnlyGuiceFilter() |