org.apache.cayenne.di
Class DIBootstrap
java.lang.Object
org.apache.cayenne.di.DIBootstrap
public class DIBootstrap
- extends Object
A class that bootstraps the Cayenne DI container.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIBootstrap
public DIBootstrap()
createInjector
public static Injector createInjector(Module... modules)
throws ConfigurationException
- Creates and returns an injector instance working with the set of provided modules.
- Throws:
ConfigurationException
createInjector
public static Injector createInjector(Collection<Module> modules)
- Creates and returns an injector instance working with the set of provided modules.
Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.