org.fm.addressbook.dao
Class HibernateDAOFactory

java.lang.Object
  extended by org.fm.addressbook.dao.DAOFactory
      extended by org.fm.addressbook.dao.HibernateDAOFactory

public class HibernateDAOFactory
extends DAOFactory

JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/

Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html

Hibernate DAO Factory class.

Author:
Tennyson Varghese
Aneesh S

Field Summary
 
Fields inherited from class org.fm.addressbook.dao.DAOFactory
HIBERNATE
 
Constructor Summary
HibernateDAOFactory()
           
 
Method Summary
 AddressBookDAO getAddressBookDAO()
           
 CategoryDAO getCategoryDAO()
           
 ContactDAO getContactDAO()
           
 
Methods inherited from class org.fm.addressbook.dao.DAOFactory
getDAOFactory, getDAOFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateDAOFactory

public HibernateDAOFactory()
Method Detail

getAddressBookDAO

public AddressBookDAO getAddressBookDAO()
Specified by:
getAddressBookDAO in class DAOFactory

getCategoryDAO

public CategoryDAO getCategoryDAO()
Specified by:
getCategoryDAO in class DAOFactory

getContactDAO

public ContactDAO getContactDAO()
Specified by:
getContactDAO in class DAOFactory