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 java.lang.Object
implements Module

A DI module containing all Cayenne ROP client runtime configurations.

Since:
3.1

Field Summary
protected  java.util.Map<java.lang.String,java.lang.String> properties
           
 
Constructor Summary
ClientModule(java.util.Map<java.lang.String,java.lang.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 java.util.Map<java.lang.String,java.lang.String> properties
Constructor Detail

ClientModule

public ClientModule(java.util.Map<java.lang.String,java.lang.String> properties)
Method Detail

configure

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


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