Uses of Interface
org.picocontainer.script.testmodel.Entity

Packages that use Entity
org.picocontainer.script.testmodel   
 

Uses of Entity in org.picocontainer.script.testmodel
 

Subinterfaces of Entity in org.picocontainer.script.testmodel
 interface CustomerEntity
           
 interface OrderEntity
           
 

Classes in org.picocontainer.script.testmodel that implement Entity
 class CustomerEntityImpl
           
 class OrderEntityImpl
           
 

Methods in org.picocontainer.script.testmodel that return types with arguments of type Entity
 List<Entity> ListSupport.getAListOfEntityObjects()
           
 Map<String,Entity> MapSupport.getAMapOfEntities()
           
 

Constructor parameters in org.picocontainer.script.testmodel with type arguments of type Entity
ListSupport(List<Entity> aListOfEntityObjects)
           
MapSupport(Map<String,Entity> aMapOfEntities)
           
 



Copyright © 2003-2010 Codehaus. All Rights Reserved.