org.apache.cayenne.configuration.rop.client
Class ClientModule

java.lang.Object
  extended by org.apache.cayenne.configuration.rop.client.ClientModule
All Implemented Interfaces:
Module

public class ClientModule
extends Object
implements Module

A DI module containing all Cayenne ROP client runtime configurations.

Since:
3.1

Field Summary
protected  Map<String,String> properties
           
 
Constructor Summary
ClientModule(Map<String,String> properties)
           
 
Method Summary
 void configure(Binder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected Map<String,String> properties
Constructor Detail

ClientModule

public ClientModule(Map<String,String> properties)
Method Detail

configure

public void configure(Binder binder)
Specified by:
configure in interface Module


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