Class ClientRuntime
java.lang.Object
org.apache.cayenne.configuration.CayenneRuntime
org.apache.cayenne.configuration.rop.client.ClientRuntime
A user application entry point to Cayenne stack on the ROP client.
- Since:
- 3.1, 4.0 preferred way to create this class is with
builder()
method.
-
Field Summary
Fields inherited from class org.apache.cayenne.configuration.CayenneRuntime
injector, modules, threadInjector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClientRuntimeBuilder
builder()
Creates new builder of client runtimeMethods inherited from class org.apache.cayenne.configuration.CayenneRuntime
bindThreadInjector, getChannel, getInjector, getModules, getThreadInjector, newContext, newContext, shutdown
-
Field Details
-
CLIENT_SERVER_CHANNEL_KEY
- Since:
- 4.0 moved from deprecated ClientLocalRuntime class
- See Also:
-
-
Constructor Details
-
ClientRuntime
- Since:
- 4.0
-
-
Method Details
-
builder
Creates new builder of client runtime- Returns:
- client runtime builder
- Since:
- 4.0
-
getConnection
-