Uses of Annotation Type
org.apache.cayenne.di.BeforeScopeEnd
Packages that use BeforeScopeEnd
Package
Description
Contains classes that make up Cayenne ORM stack.
Contains classes that make up Cayenne generic event dispatch mechanism.
API related to
CayenneRuntime
creation.-
Uses of BeforeScopeEnd in org.apache.cayenne.access
Methods in org.apache.cayenne.access with annotations of type BeforeScopeEndModifier and TypeMethodDescriptionvoid
DataDomain.shutdown()
Shutdowns all owned data nodes and marks this domain as stopped. -
Uses of BeforeScopeEnd in org.apache.cayenne.configuration.runtime
Methods in org.apache.cayenne.configuration.runtime with annotations of type BeforeScopeEnd -
Uses of BeforeScopeEnd in org.apache.cayenne.event
Methods in org.apache.cayenne.event with annotations of type BeforeScopeEnd -
Uses of BeforeScopeEnd in org.apache.cayenne.runtime
Methods in org.apache.cayenne.runtime with annotations of type BeforeScopeEndModifier and TypeMethodDescriptionvoid
CayenneRuntime.shutdown()
Shuts down the DI injector of this runtime, giving all services that need to release some resources a chance to do that.