Package | Description |
---|---|
com.google.inject.grapher.graphviz | |
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 |
GraphvizModule
Module that provides classes needed by
GraphvizGrapher . |
Modifier and Type | Class and Description |
---|---|
class |
PersistModule
Install this module to add guice-persist library support for JPA persistence
providers.
|
Modifier and Type | Class and Description |
---|---|
class |
JpaPersistModule
JPA provider for guice persist.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletModule
Configures the servlet scopes and creates bindings for the servlet API
objects so you can inject the request, response, session, etc.
|
Copyright © 2006–2016 Google, Inc.. All rights reserved.