类分层结构
- java.lang.Object
- junit.framework.Assert
- junit.framework.TestCase (implements junit.framework.Test)
- org.springframework.dao.support.DaoSupport (implements org.springframework.beans.factory.InitializingBean)
- com.seeyon.ctp.common.dao.BaseDao<T> (implements com.seeyon.ctp.common.dao.CTPBaseDao<T>)
- com.seeyon.ctp.common.dao.AbstractHibernateDao<T>
- com.seeyon.ctp.common.lock.dao.impl.LockDAOImpl (implements com.seeyon.ctp.common.lock.dao.LockDAO)