3940414243444546474849
*/ private DAOFactory() throws DAOException { switch(currentSource){ case DATASTORE: registerDAO( new NotesDAODSImpl() ); break; case JDO: registerDAO( new NotesDAOJDOImpl() ); break; case JPA: