Package | Description |
---|---|
com.google.inject.persist.jpa |
guice-persist's Java Persistence API (JPA) support.
|
Modifier and Type | Field and Description |
---|---|
(package private) JpaFinderProxy.ReturnType |
JpaFinderProxy.FinderDescriptor.returnType |
Modifier and Type | Method and Description |
---|---|
private JpaFinderProxy.ReturnType |
JpaFinderProxy.determineReturnType(java.lang.Class<?> returnClass) |
static JpaFinderProxy.ReturnType |
JpaFinderProxy.ReturnType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JpaFinderProxy.ReturnType[] |
JpaFinderProxy.ReturnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|