JTools

org.jtools.dao
Class AbstractDAOLoader<ResultType,ContextType>

java.lang.Object
  extended by org.jtools.dao.AbstractDAOLoader<ResultType,ContextType>
All Implemented Interfaces:
DAOLoader<ResultType,ContextType>
Direct Known Subclasses:
AbstractDAOXmlLoader

public abstract class AbstractDAOLoader<ResultType,ContextType>
extends Object
implements DAOLoader<ResultType,ContextType>

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

Constructor Summary
AbstractDAOLoader()
           
 
Method Summary
abstract  ResultType load(ContextType context, PropertySupport props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDAOLoader

public AbstractDAOLoader()
Method Detail

load

public abstract ResultType load(ContextType context,
                                PropertySupport props)
                         throws Exception
Specified by:
load in interface DAOLoader<ResultType,ContextType>
Throws:
Exception

JTools

© 2000-2006, JTools.org.