Class ClientRuntime
java.lang.Object
org.apache.cayenne.configuration.CayenneRuntime
org.apache.cayenne.configuration.rop.client.ClientRuntime
public class ClientRuntime extends CayenneRuntime
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 SummaryFields Modifier and Type Field Description static StringCLIENT_SERVER_CHANNEL_KEYFields inherited from class org.apache.cayenne.configuration.CayenneRuntimeinjector, modules, threadInjector
- 
Constructor SummaryConstructors Modifier Constructor Description protectedClientRuntime(Collection<Module> modules)
- 
Method SummaryModifier and Type Method Description static ClientRuntimeBuilderbuilder()Creates new builder of client runtimeClientConnectiongetConnection()Methods inherited from class org.apache.cayenne.configuration.CayenneRuntimebindThreadInjector, getChannel, getInjector, getModules, getThreadInjector, newContext, newContext, shutdown
- 
Field Details- 
CLIENT_SERVER_CHANNEL_KEY- Since:
- 4.0 moved from deprecated ClientLocalRuntime class
- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
ClientRuntime- Since:
- 4.0
 
 
- 
- 
Method Details- 
builderCreates new builder of client runtime- Returns:
- client runtime builder
- Since:
- 4.0
 
- 
getConnection
 
-