Uses of Class
org.apache.cayenne.di.DIRuntimeException
Packages that use DIRuntimeException
Package
Description
Contains classes that make up Cayenne ORM stack.
Contains database adapter API (DbAdapter) and its default implementation.
Contains classes that make up Cayenne generic event dispatch mechanism.
- 
Uses of DIRuntimeException in org.apache.cayenne.accessMethods in org.apache.cayenne.access that throw DIRuntimeException
- 
Uses of DIRuntimeException in org.apache.cayenne.configuration.xmlMethods in org.apache.cayenne.configuration.xml that throw DIRuntimeException
- 
Uses of DIRuntimeException in org.apache.cayenne.dbaMethods in org.apache.cayenne.dba that throw DIRuntimeException
- 
Uses of DIRuntimeException in org.apache.cayenne.diMethods in org.apache.cayenne.di that throw DIRuntimeExceptionModifier and TypeMethodDescriptionListBuilder.addAll(Collection<T> values) ListBuilder.addAllAfter(Collection<T> values, Class<? extends T> afterType) static InjectorDIBootstrap.createInjector(Module... modules) Creates and returns an injector instance working with the set of provided modules.Provider.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.insertAllBefore(Collection<T> values, Class<? extends T> afterType) ListBuilder.insertBefore(Class<? extends T> interfaceType, Class<? extends T> beforeType) ListBuilder.insertBefore(T value, Class<? extends T> beforeType) BindingBuilder.toInstance(T instance) BindingBuilder.toProvider(Class<? extends Provider<? extends T>> providerType) BindingBuilder.toProviderInstance(Provider<? extends T> provider) 
- 
Uses of DIRuntimeException in org.apache.cayenne.di.spiMethods in org.apache.cayenne.di.spi that throw DIRuntimeExceptionModifier and TypeMethodDescriptionDICollectionBuilder.createTypeProvider(Class<SubT> interfaceType) <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
- 
Uses of DIRuntimeException in org.apache.cayenne.eventMethods in org.apache.cayenne.event that throw DIRuntimeException