Uses of Interface
org.milyn.scribe.register.DaoRegister

Packages that use DaoRegister
org.milyn.scribe.register   
 

Uses of DaoRegister in org.milyn.scribe.register
 

Classes in org.milyn.scribe.register that implement DaoRegister
 class AbstractDaoAdapterRegister<D,A>
          An abstract implementation of a DAO adapter TODO: finish documentation
 class AbstractDaoRegister<D>
          A abstract convenience implementation of the DaoRegister The AbstractDaoRegister.getDefaultDao() and AbstractDaoRegister.getDao(String) methods both throw a UnsupportedOperationException.
 class MapDaoRegister<T>
          A immutable map based DAO register
 class MultiDaoRegister<T>
          Enables multiple DaoRegister objects to be used as one DaoRegister.
 class SingleDaoRegister<T>
          Registers a single DAO
 

Methods in org.milyn.scribe.register that return types with arguments of type DaoRegister
 Map<String,DaoRegister<T>> MultiDaoRegister.getDaoRegisterMap()
           
 

Method parameters in org.milyn.scribe.register with type arguments of type DaoRegister
static
<T> org.milyn.scribe.register.MultiDaoRegister.Builder<T>
MultiDaoRegister.builder(Map<String,? extends DaoRegister<T>> map)
          Creates a Builder object that can build a MultiDaoRegister.
static
<T> MultiDaoRegister<T>
MultiDaoRegister.newInstance(Map<String,? extends DaoRegister<T>> map)
          Creates a new MultiDaoRegister and fills it with the provided map.
 



Copyright © 2018. All rights reserved.