Class ServerRuntime

java.lang.Object
org.apache.cayenne.runtime.CayenneRuntime
org.apache.cayenne.configuration.server.ServerRuntime

@Deprecated(since="5.0", forRemoval=true) public class ServerRuntime extends CayenneRuntime
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0, use CayenneRuntime class instead
Object representing Cayenne stack. Serves as an entry point to Cayenne for user applications and a factory of ObjectContexts. Implementation is a thin wrapper of the dependency injection container.

The "Server" prefix in the name is in contrast to ROP "client" (that is started via ClientRuntime). So ServerRuntime is the default Cayenne stack that you should be using in all apps with the exception of client-side ROP.

Since:
3.1