Package | Description |
---|---|
org.apache.cayenne.configuration.server | |
org.apache.cayenne.configuration.web |
Modifier and Type | Class and Description |
---|---|
class |
ServerRuntime
Object representing Cayenne stack.
|
Modifier and Type | Method and Description |
---|---|
static CayenneRuntime |
WebUtil.getCayenneRuntime(javax.servlet.ServletContext context)
Retrieves CayenneRuntime previously stored in provided context via
WebUtil.setCayenneRuntime(ServletContext, CayenneRuntime) . |
Modifier and Type | Method and Description |
---|---|
static void |
WebUtil.setCayenneRuntime(javax.servlet.ServletContext context,
CayenneRuntime runtime)
Stores
CayenneRuntime in the servlet context. |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.