JTools

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

All Known Implementing Classes:
SimpleDAOFactory

public interface DAOFactory<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
 DAOLoader<T_Result,T_Context> createLoader(PublisherConfig publisherConfig, Object protocol, Object preferredTechnology)
           
 

Method Detail

createLoader

DAOLoader<T_Result,T_Context> createLoader(PublisherConfig publisherConfig,
                                           Object protocol,
                                           Object preferredTechnology)
                                           throws Exception
Throws:
Exception

JTools

© 2000-2006, JTools.org.