it.mokabyte.pattern.dao
Class MyDaoFactory

java.lang.Object
  |
  +--it.mokabyte.pattern.dao.MyDaoFactory

public class MyDaoFactory
extends java.lang.Object

This is DAO Factory class


Field Summary
private static java.lang.String DAO_CLASS_NAME
           
 
Constructor Summary
MyDaoFactory()
           
 
Method Summary
static MyDao getDAO()
          This method instantiates a particular subclass implementing the abstract methods based on the information obtained from the deployment descriptor
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

DAO_CLASS_NAME

private static final java.lang.String DAO_CLASS_NAME
Constructor Detail

MyDaoFactory

public MyDaoFactory()
Method Detail

getDAO

public static MyDao getDAO()
                    throws DAOException
This method instantiates a particular subclass implementing the abstract methods based on the information obtained from the deployment descriptor