Uses of Class
org.apache.cayenne.di.DIRuntimeException
| Package | Description | 
|---|---|
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.configuration.xml | |
| org.apache.cayenne.dba | Contains database adapter API (DbAdapter) and its default implementation. | 
| org.apache.cayenne.di | |
| org.apache.cayenne.di.spi | |
| org.apache.cayenne.event | Contains classes that make up Cayenne generic event dispatch mechanism. | 
| org.apache.cayenne.rop | |
| org.apache.cayenne.rop.http | 
- 
Uses of DIRuntimeException in org.apache.cayenne.accessMethods in org.apache.cayenne.access that throw DIRuntimeException Modifier and Type Method Description DataRowStoreDefaultDataRowStoreFactory. createDataRowStore(String name)
- 
Uses of DIRuntimeException in org.apache.cayenne.configuration.xmlMethods in org.apache.cayenne.configuration.xml that throw DIRuntimeException Modifier and Type Method Description XMLReaderXMLReaderProvider. get()
- 
Uses of DIRuntimeException in org.apache.cayenne.dbaMethods in org.apache.cayenne.dba that throw DIRuntimeException Modifier and Type Method Description TPerAdapterProvider. get(DbAdapter adapter)
- 
Uses of DIRuntimeException in org.apache.cayenne.diMethods in org.apache.cayenne.di that throw DIRuntimeException Modifier and Type Method Description ListBuilder<T>ListBuilder. add(Class<? extends T> interfaceType)ListBuilder<T>ListBuilder. add(T value)ListBuilder<T>ListBuilder. addAfter(Class<? extends T> interfaceType, Class<? extends T> afterType)ListBuilder<T>ListBuilder. addAfter(T value, Class<? extends T> afterType)ListBuilder<T>ListBuilder. addAll(Collection<T> values)ListBuilder<T>ListBuilder. addAllAfter(Collection<T> values, Class<? extends T> afterType)DecoratorBuilder<T>DecoratorBuilder. after(Class<? extends T> decoratorImplementationType)DecoratorBuilder<T>DecoratorBuilder. before(Class<? extends T> decoratorImplementationType)static InjectorDIBootstrap. createInjector(Module... modules)Creates and returns an injector instance working with the set of provided modules.TProvider. get()<T> TInjector. getInstance(Class<T> type)Returns a service instance bound in the container for a specific type.<T> TInjector. getInstance(Key<T> key)Returns a service instance bound in the container for a specific binding key.<T> Provider<T>Injector. getProvider(Class<T> type)<T> Provider<T>Injector. getProvider(Key<T> key)ListBuilder<T>ListBuilder. insertAllBefore(Collection<T> values, Class<? extends T> afterType)ListBuilder<T>ListBuilder. insertBefore(Class<? extends T> interfaceType, Class<? extends T> beforeType)ListBuilder<T>ListBuilder. insertBefore(T value, Class<? extends T> beforeType)MapBuilder<T>MapBuilder. put(String key, Class<? extends T> interfaceType)MapBuilder<T>MapBuilder. put(String key, T value)MapBuilder<T>MapBuilder. putAll(Map<String,T> map)BindingBuilder<T>BindingBuilder. to(Class<? extends T> implementation)BindingBuilder<T>BindingBuilder. toInstance(T instance)BindingBuilder<T>BindingBuilder. toProvider(Class<? extends Provider<? extends T>> providerType)BindingBuilder<T>BindingBuilder. toProviderInstance(Provider<? extends T> provider)
- 
Uses of DIRuntimeException in org.apache.cayenne.di.spiMethods in org.apache.cayenne.di.spi that throw DIRuntimeException Modifier and Type Method Description protected <SubT extends E>
 Provider<SubT>DICollectionBuilder. createTypeProvider(Class<SubT> interfaceType)Provider<T>ConstructorInjectingDecoratorProvider. get(Provider<T> undecorated)<T> TDefaultInjector. getInstance(Class<T> type)<T> TDefaultInjector. getInstance(Key<T> key)<T> Provider<T>DefaultInjector. getProvider(Class<T> type)<T> Provider<T>DefaultInjector. getProvider(Key<T> key)Constructors in org.apache.cayenne.di.spi that throw DIRuntimeException Constructor Description DefaultInjector(Module... modules)
- 
Uses of DIRuntimeException in org.apache.cayenne.eventMethods in org.apache.cayenne.event that throw DIRuntimeException Modifier and Type Method Description EventBridgeNoopEventBridgeProvider. get()
- 
Uses of DIRuntimeException in org.apache.cayenne.ropMethods in org.apache.cayenne.rop that throw DIRuntimeException Modifier and Type Method Description ClientConnectionHttpClientConnectionProvider. get()
- 
Uses of DIRuntimeException in org.apache.cayenne.rop.httpMethods in org.apache.cayenne.rop.http that throw DIRuntimeException Modifier and Type Method Description org.apache.cayenne.rop.ROPSerializationServiceClientHessianSerializationServiceProvider. get()