Uses of Class
org.apache.cayenne.configuration.CayenneRuntime

Packages that use CayenneRuntime
org.apache.cayenne.configuration.rop.client   
org.apache.cayenne.configuration.server   
org.apache.cayenne.configuration.web   
 

Uses of CayenneRuntime in org.apache.cayenne.configuration.rop.client
 

Subclasses of CayenneRuntime in org.apache.cayenne.configuration.rop.client
 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.
 

Uses of CayenneRuntime in org.apache.cayenne.configuration.server
 

Subclasses of CayenneRuntime in org.apache.cayenne.configuration.server
 class ServerRuntime
          An object representing Cayenne server-stack that connects directly to the database via JDBC.
 

Uses of CayenneRuntime in org.apache.cayenne.configuration.web
 

Methods in org.apache.cayenne.configuration.web that return CayenneRuntime
static CayenneRuntime WebUtil.getCayenneRuntime(javax.servlet.ServletContext context)
          Retrieves CayenneRuntime previously stored in provided context via WebUtil.setCayenneRuntime(ServletContext, CayenneRuntime).
 

Methods in org.apache.cayenne.configuration.web with parameters of type CayenneRuntime
static void WebUtil.setCayenneRuntime(javax.servlet.ServletContext context, CayenneRuntime runtime)
          Stores CayenneRuntime in the servlet context.
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.