Package org.apache.cayenne.configuration.rop.client

Examples of org.apache.cayenne.configuration.rop.client.ClientLocalRuntime


    @Inject
    protected ClientCaseProperties clientCaseProperties;

    public ClientRuntime get() throws ConfigurationException {
        Injector serverInjector = serverRuntimeProvider.get().getInjector();
        return new ClientLocalRuntime(serverInjector, clientCaseProperties
                .getRuntimeProperties(), new ClientExtraModule(serverInjector));
    }
View Full Code Here

TOP

Related Classes of org.apache.cayenne.configuration.rop.client.ClientLocalRuntime

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.