com.j2biz.blogunity.dao
Class AbstractDAO
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eventService
protected EventService eventService
AbstractDAO
public AbstractDAO()
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