org.apache.cayenne.tools.dbimport
Class DbImportModule

java.lang.Object
  extended by org.apache.cayenne.tools.dbimport.DbImportModule
All Implemented Interfaces:
Module

public class DbImportModule
extends Object
implements Module

A DI module that bootstraps DbImportAction. Should be used in conjunction with ToolsModule.

Since:
3.2

Constructor Summary
DbImportModule()
           
 
Method Summary
 void configure(Binder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DbImportModule

public DbImportModule()
Method Detail

configure

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


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