Package | Description |
---|---|
org.apache.cayenne.configuration.rop.client | |
org.apache.cayenne.configuration.server | |
org.apache.cayenne.configuration.web |
Modifier and Type | Class and Description |
---|---|
class |
ClientLocalRuntime
A
ClientRuntime that provides an ROP stack based on a local connection on top
of a server stack. |
class |
ClientRuntime
A user application entry point to Cayenne stack on the ROP client.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerRuntime
An object representing Cayenne server-stack that connects directly to the database via
JDBC.
|
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.