Uses of Class
org.apache.cayenne.di.BeforeScopeEnd

Packages that use BeforeScopeEnd
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
org.apache.cayenne.cache   
org.apache.cayenne.configuration   
org.apache.cayenne.configuration.server   
org.apache.cayenne.event Contains classes that make up Cayenne generic event dispatch mechanism. 
 

Uses of BeforeScopeEnd in org.apache.cayenne.access
 

Methods in org.apache.cayenne.access with annotations of type BeforeScopeEnd
 void DataDomain.shutdown()
          Shutdowns all owned data nodes and marks this domain as stopped.
 

Uses of BeforeScopeEnd in org.apache.cayenne.cache
 

Methods in org.apache.cayenne.cache with annotations of type BeforeScopeEnd
 void EhCacheQueryCache.shutdown()
          Shuts down EhCache CacheManager
 void OSQueryCache.shutdown()
          Shuts down EhCache CacheManager
 

Uses of BeforeScopeEnd in org.apache.cayenne.configuration
 

Methods in org.apache.cayenne.configuration with annotations of type BeforeScopeEnd
 void CayenneRuntime.shutdown()
          Shuts down the DI injector of this runtime, giving all services that need to release some resources a chance to do that.
 

Uses of BeforeScopeEnd in org.apache.cayenne.configuration.server
 

Methods in org.apache.cayenne.configuration.server with annotations of type BeforeScopeEnd
 void DelegatingDataSourceFactory.shutdown()
           
 

Uses of BeforeScopeEnd in org.apache.cayenne.event
 

Methods in org.apache.cayenne.event with annotations of type BeforeScopeEnd
 void DefaultEventManager.shutdown()
          Stops event threads.
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.