Uses of Class
com.zphinx.spine.vo.ManagedDaoBean

Packages that use ManagedDaoBean
com.zphinx.spine.start Classes and helpers used to initialize and configure Spine application framework at startup. 
com.zphinx.spine.vo Value objects and pojos used within this application framework 
 

Uses of ManagedDaoBean in com.zphinx.spine.start
 

Methods in com.zphinx.spine.start that return ManagedDaoBean
 ManagedDaoBean[] SpineConfiguration.getManagedBean(String key, String delegateName)
          Gets the ManagedDaoBean[] associated with the delegateName
 

Uses of ManagedDaoBean in com.zphinx.spine.vo
 

Methods in com.zphinx.spine.vo that return ManagedDaoBean
 ManagedDaoBean[] MultiDelegateBean.getManagedBean()
          Returns the array of ManagedDAOBeans
 

Constructors in com.zphinx.spine.vo with parameters of type ManagedDaoBean
MultiDelegateBean(ManagedDaoBean mobBean, String subClass)
          Constructor which accepts a ManagedDaoBean and the name of the delegate class