JTools

org.jtools.dao
Interface DAOLoader<T_Result,T_Context>

All Known Subinterfaces:
DAOSaxLoader<T_Result,T_Context>
All Known Implementing Classes:
AbstractDAOLoader, AbstractDAOXmlLoader, RepositoryDAOSaxLoader, SimpleDAOSaxLoader

public interface DAOLoader<T_Result,T_Context>

Author:
Rainer To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 T_Result load(T_Context context, PropertySupport props)
           
 

Method Detail

load

T_Result load(T_Context context,
              PropertySupport props)
              throws Exception
Throws:
Exception

JTools

© 2000-2006, JTools.org.