|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
com.ferri.persistence.dao.commons.GenericBaseDAOImpl<PressupostVO,String>
com.ferri.persistence.dao.base.BasePressupostDAO
com.ferri.persistence.dao.impl.PressupostDAOImpl
public class PressupostDAOImpl
Base abstracta del DAO per la entitat pressupost.
Field Summary |
---|
Fields inherited from class com.ferri.persistence.dao.commons.GenericBaseDAOImpl |
---|
logger |
Fields inherited from interface com.ferri.persistence.dao.commons.GenericBaseDAO |
---|
ORDER_BY, SEPARATOR_COMMA, SEPARATOR_DOT |
Constructor Summary | |
---|---|
PressupostDAOImpl()
|
Method Summary |
---|
Methods inherited from class com.ferri.persistence.dao.commons.GenericBaseDAOImpl |
---|
create, create, find, findByCriteria, findByExample, getCriteria, getEntityClass, getEntityClassName, getQueryOrderedBy, headEntityClassNameTo, initialize, load, loadAll, loadAllOrderBy, loadAllOrderby, remove, remove, removeByPk, save, saveOrUpdate, saveOrUpdate, update |
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ferri.persistence.dao.commons.GenericBaseDAO |
---|
create, create, find, findByCriteria, findByExample, getCriteria, getQueryOrderedBy, load, loadAll, loadAllOrderBy, loadAllOrderby, remove, remove, removeByPk, save, saveOrUpdate, saveOrUpdate, update |
Methods inherited from interface com.ferri.core.behaviors.Initializable |
---|
initialize |
Constructor Detail |
---|
public PressupostDAOImpl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |