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.access
Methods in org.apache.cayenne.access that throw DIRuntimeException -
Uses of DIRuntimeException in org.apache.cayenne.configuration.xml
Methods in org.apache.cayenne.configuration.xml that throw DIRuntimeException -
Uses of DIRuntimeException in org.apache.cayenne.dba
Methods in org.apache.cayenne.dba that throw DIRuntimeException -
Uses of DIRuntimeException in org.apache.cayenne.di
Methods in org.apache.cayenne.di that throw DIRuntimeExceptionModifier and TypeMethodDescriptionListBuilder.addAll
(Collection<T> values) ListBuilder.addAllAfter
(Collection<T> values, Class<? extends T> afterType) static Injector
DIBootstrap.createInjector
(Module... modules) Creates and returns an injector instance working with the set of provided modules.Provider.get()
<T> T
Injector.getInstance
(Class<T> type) Returns a service instance bound in the container for a specific type.<T> T
Injector.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.spi
Methods in org.apache.cayenne.di.spi that throw DIRuntimeExceptionModifier and TypeMethodDescriptionDICollectionBuilder.createTypeProvider
(Class<SubT> interfaceType) <T> T
DefaultInjector.getInstance
(Class<T> type) <T> T
DefaultInjector.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.event
Methods in org.apache.cayenne.event that throw DIRuntimeException -
Uses of DIRuntimeException in org.apache.cayenne.rop
Methods in org.apache.cayenne.rop that throw DIRuntimeException -
Uses of DIRuntimeException in org.apache.cayenne.rop.http
Methods in org.apache.cayenne.rop.http that throw DIRuntimeExceptionModifier and TypeMethodDescriptionorg.apache.cayenne.rop.ROPSerializationService
ClientHessianSerializationServiceProvider.get()