Uses of Interface
org.apache.cayenne.di.Scope

Packages that use Scope
org.apache.cayenne.di   
org.apache.cayenne.di.spi   
 

Uses of Scope in org.apache.cayenne.di
 

Methods in org.apache.cayenne.di with parameters of type Scope
 void BindingBuilder.in(Scope scope)
          Sets the scope of a bound instance.
 void ListBuilder.in(Scope scope)
           
 void MapBuilder.in(Scope scope)
           
 

Uses of Scope in org.apache.cayenne.di.spi
 

Classes in org.apache.cayenne.di.spi that implement Scope
 class DefaultScope
          An implementation of a DI scopes with support scope events.
 



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