com.j2biz.blogunity.dao
Class AbstractDAO

java.lang.Object
  extended bycom.j2biz.blogunity.dao.AbstractDAO
Direct Known Subclasses:
BlogDAO, CalendarEntryDAO, CategoryDAO, CommentDAO, EntryDAO, LinkDAO, RefererDAO, StatisticsDAO, SystemConfigurationDAO, TrackbackDAO, UserDAO, UserpicDAO, VisitedPageDAO

public abstract class AbstractDAO
extends Object


Field Summary
protected  EventService eventService
           
 
Constructor Summary
AbstractDAO()
           
 
Method Summary
protected  Serializable create(Object o)
           
protected  void delete(Object o)
           
 Object getByID(Class clazz, Long id)
           
protected  void update(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventService

protected EventService eventService
Constructor Detail

AbstractDAO

public AbstractDAO()
Method Detail

getByID

public Object getByID(Class clazz,
                      Long id)
               throws HibernateException
Throws:
HibernateException

delete

protected void delete(Object o)
               throws HibernateException
Throws:
HibernateException

update

protected void update(Object o)
               throws HibernateException
Throws:
HibernateException

create

protected Serializable create(Object o)
                       throws HibernateException
Throws:
HibernateException


Copyright (c)j2biz.com